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

8 lines
369 B
Plaintext
Raw Normal View History

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