TypeScript/tests/cases/compiler/testContainerList.ts

7 lines
105 B
TypeScript
Raw Normal View History

2014-08-02 00:20:08 +02:00
// Regression test for #325
module A {
class C {
constructor(public d: {}) { }
}
}