TypeScript/tests/baselines/reference/parser512097.errors.txt
2014-07-12 17:30:19 -07:00

9 lines
313 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
~
!!! ':' expected.
~
!!! Declaration or statement expected.
if (true) {
}