Skip to content

Commit 710f211

Browse files
committed
Badness
1 parent d79c37c commit 710f211

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// @declaration: true
2+
// @filename: /a.ts
3+
class C {}
4+
export { C as D }
5+
6+
// @filename: /b.ts
7+
import * as a from "./a";
8+
export default a.D;

0 commit comments

Comments
 (0)