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

11 lines
545 B
Text
Raw Normal View History

2014-11-19 01:15:04 +01:00
tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ObjectLiterals/parserErrorRecovery_ObjectLiteral2.ts(2,1): error TS1005: ':' expected.
tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ObjectLiterals/parserErrorRecovery_ObjectLiteral2.ts(2,7): error TS1005: ':' expected.
2014-11-19 01:15:04 +01:00
==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ObjectLiterals/parserErrorRecovery_ObjectLiteral2.ts (2 errors) ====
2014-07-13 01:04:16 +02:00
var v = { a
return;
~~~~~~
2014-11-19 01:15:04 +01:00
!!! error TS1005: ':' expected.
2014-07-13 01:04:16 +02:00
~
!!! error TS1005: ':' expected.