Skip to content

Commit cb03846

Browse files
committed
Adding regression test for microsoft#325
1 parent e6ea85d commit cb03846

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// Regression test for #325
2+
module A {
3+
class C {
4+
constructor(public d: {}) { }
5+
}
6+
}

0 commit comments

Comments
 (0)