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

8 lines
357 B
Plaintext
Raw Normal View History

tests/cases/conformance/parser/ecmascript5/Statements/parserES5ForOfStatement2.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/parserES5ForOfStatement2.ts (1 errors) ====
for (var of X) {
!!! error TS1123: Variable declaration list cannot be empty.
}