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

10 lines
380 B
Plaintext
Raw Normal View History

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