mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Adding regression test for #325
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
// Regression test for #325
|
||||
module A {
|
||||
class C {
|
||||
constructor(public d: {}) { }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user