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

7 lines
346 B
Plaintext

tests/cases/conformance/parser/ecmascript5/ErrorRecovery/parserCommaInTypeMemberList1.ts(1,23): error TS1005: ';' expected.
==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/parserCommaInTypeMemberList1.ts (1 errors) ====
var v: { workItem: any, width: string };
~
!!! error TS1005: ';' expected.