TypeScript/tests/baselines/reference/parserES5ForOfStatement21.errors.txt
2015-02-18 14:39:07 -08:00

7 lines
366 B
Plaintext

tests/cases/conformance/parser/ecmascript5/Statements/parserES5ForOfStatement21.ts(1,1): error TS9003: 'for...of' statements are not currently supported.
==== tests/cases/conformance/parser/ecmascript5/Statements/parserES5ForOfStatement21.ts (1 errors) ====
for (var of of) { }
~~~
!!! error TS9003: 'for...of' statements are not currently supported.