TypeScript/tests/baselines/reference/parserES5ForOfStatement1.d.errors.txt

8 lines
370 B
Plaintext
Raw Normal View History

2015-02-18 20:14:58 +01:00
tests/cases/conformance/parser/ecmascript5/Statements/parserES5ForOfStatement1.d.ts(1,1): error TS9003: For...of statements are not currently supported.
2015-02-17 21:38:21 +01:00
==== tests/cases/conformance/parser/ecmascript5/Statements/parserES5ForOfStatement1.d.ts (1 errors) ====
for (var i of e) {
~~~
2015-02-18 20:14:58 +01:00
!!! error TS9003: For...of statements are not currently supported.
2015-02-17 21:38:21 +01:00
}