TypeScript/tests/baselines/reference/parserErrorRecovery_ObjectLiteral3.errors.txt
2014-09-11 16:11:08 -07:00

7 lines
260 B
Plaintext

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