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

7 lines
350 B
Plaintext

tests/cases/conformance/parser/ecmascript6/ShorthandPropertyAssignment/parserShorthandPropertyAssignment4.ts(1,13): error TS1005: ':' expected.
==== tests/cases/conformance/parser/ecmascript6/ShorthandPropertyAssignment/parserShorthandPropertyAssignment4.ts (1 errors) ====
var v = { 0 };
~
!!! error TS1005: ':' expected.