TypeScript/tests/baselines/reference/parserErrorRecovery_ObjectLiteral4.errors.txt
2014-09-12 13:35:07 -07:00

11 lines
548 B
Plaintext

tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ObjectLiterals/parserErrorRecovery_ObjectLiteral4.ts(2,1): error TS1005: ',' expected.
tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ObjectLiterals/parserErrorRecovery_ObjectLiteral4.ts(2,7): error TS1005: ':' expected.
==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ObjectLiterals/parserErrorRecovery_ObjectLiteral4.ts (2 errors) ====
var v = { a: 1
return;
~~~~~~
!!! error TS1005: ',' expected.
~
!!! error TS1005: ':' expected.