TypeScript/tests/baselines/reference/newMissingIdentifier.errors.txt

8 lines
244 B
Plaintext
Raw Normal View History

tests/cases/compiler/newMissingIdentifier.ts(1,14): error TS1109: Expression expected.
2014-07-13 01:04:16 +02:00
==== tests/cases/compiler/newMissingIdentifier.ts (1 errors) ====
var x = new ();
~
!!! error TS1109: Expression expected.
2014-07-13 01:04:16 +02:00