mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-04-17 01:49:41 -05:00
Adding regression test for #325
This commit is contained in:
6
tests/cases/compiler/testContainerList.ts
Normal file
6
tests/cases/compiler/testContainerList.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
// Regression test for #325
|
||||
module A {
|
||||
class C {
|
||||
constructor(public d: {}) { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user