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

7 lines
358 B
Plaintext

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