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

8 lines
358 B
Text
Raw Normal View History

2015-02-18 20:14:58 +01:00
tests/cases/conformance/parser/ecmascript6/Iterators/parserForOfStatement8.ts(1,1): error TS9003: For...of statements are not currently supported.
==== tests/cases/conformance/parser/ecmascript6/Iterators/parserForOfStatement8.ts (1 errors) ====
for (var v of X) {
~~~
!!! error TS9003: For...of statements are not currently supported.
}