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

5 lines
227 B
Plaintext

==== tests/cases/conformance/parser/ecmascript5/ErrorRecovery/ArrayLiteralExpressions/parserErrorRecoveryArrayLiteralExpression1.ts (1 errors) ====
var v = [1, 2, 3
4, 5, 6, 7];
~
!!! error TS1005: ',' expected.