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

8 lines
No EOL
369 B
Text

tests/cases/conformance/parser/ecmascript6/Iterators/parserForOfStatement15.ts(1,1): error TS9003: 'for...of' statements are not currently supported.
==== tests/cases/conformance/parser/ecmascript6/Iterators/parserForOfStatement15.ts (1 errors) ====
for (var [a, b] of X) {
~~~
!!! error TS9003: 'for...of' statements are not currently supported.
}