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

9 lines
341 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/RegressionTests/parser512097.ts (2 errors) ====
var tt = { aa; } // After this point, no useful parsing occurs in the entire file
~
!!! error TS1005: ':' expected.
~
!!! error TS1128: Declaration or statement expected.
if (true) {
}