mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
Adding regression test for #325
This commit is contained in:
parent
e6ea85d31b
commit
cb038467d6
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: {}) { }
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user