TypeScript/tests/baselines/reference/newMissingIdentifier.errors.txt
2014-09-11 16:11:08 -07:00

5 lines
152 B
Plaintext

==== tests/cases/compiler/newMissingIdentifier.ts (1 errors) ====
var x = new ();
~
!!! error TS1109: Expression expected.