TypeScript/tests/baselines/reference/voidConstructor.js
2014-07-12 17:30:19 -07:00

7 lines
95 B
TypeScript

//// [voidConstructor.ts]
var foo:{ new ( ): void; }
//// [voidConstructor.js]
var foo;