TypeScript/tests/cases/compiler/newOnInstanceSymbol.ts
2014-07-12 17:30:19 -07:00

3 lines
70 B
TypeScript

class C {}
var x = new C(); // should be ok
new x(); // should error