tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ObjectLiterals/parserErrorRecovery_ObjectLiteral1.ts(1,16): error TS1005: ',' expected.


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