TypeScript/tests/baselines/reference/parser512097.errors.txt
2014-11-18 16:15:04 -08:00

13 lines
588 B
Plaintext

tests/cases/conformance/parser/ecmascript5/RegressionTests/parser512097.ts(1,14): error TS1005: ':' expected.
tests/cases/conformance/parser/ecmascript5/RegressionTests/parser512097.ts(1,16): error TS1128: Declaration or statement expected.
==== 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) {
}