TypeScript/tests/baselines/reference/parserES5ForOfStatement13.errors.txt
2015-02-18 11:39:37 -08:00

8 lines
373 B
Plaintext

tests/cases/conformance/parser/ecmascript5/Statements/parserES5ForOfStatement13.ts(1,1): error TS9003: For...of statements are not currently supported.
==== tests/cases/conformance/parser/ecmascript5/Statements/parserES5ForOfStatement13.ts (1 errors) ====
for (let {a, b} of X) {
~~~
!!! error TS9003: For...of statements are not currently supported.
}