We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ea85d commit cb03846Copy full SHA for cb03846
tests/cases/compiler/testContainerList.ts
@@ -0,0 +1,6 @@
1
+// Regression test for #325
2
+module A {
3
+ class C {
4
+ constructor(public d: {}) { }
5
+ }
6
+}
0 commit comments