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

9 lines
313 B
Plaintext
Raw Normal View History

2014-07-13 01:04:16 +02:00
==== tests/cases/conformance/parser/ecmascript5/RegressionTests/parser512097.ts (2 errors) ====
var tt = { aa; } // After this point, no useful parsing occurs in the entire file
~
!!! ':' expected.
~
!!! Declaration or statement expected.
if (true) {
}