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

7 lines
355 B
Plaintext
Raw Normal View History

tests/cases/conformance/parser/ecmascript5/Statements/parserES5ForOfStatement21.ts(1,9): error TS1123: Variable declaration list cannot be empty.
2015-02-18 20:14:58 +01:00
==== tests/cases/conformance/parser/ecmascript5/Statements/parserES5ForOfStatement21.ts (1 errors) ====
for (var of of) { }
!!! error TS1123: Variable declaration list cannot be empty.