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

5 lines
138 B
Plaintext
Raw Normal View History

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