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

14 lines
736 B
Plaintext
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.
tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ObjectLiterals/parserErrorRecovery_ObjectLiteral2.ts(2,8): error TS1005: '}' expected.
==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ObjectLiterals/parserErrorRecovery_ObjectLiteral2.ts (3 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.
!!! error TS1005: '}' expected.