Adding regression test for #325

This commit is contained in:
Anders Hejlsberg 2014-08-01 15:20:08 -07:00
parent e6ea85d31b
commit cb038467d6

View File

@ -0,0 +1,6 @@
// Regression test for #325
module A {
class C {
constructor(public d: {}) { }
}
}