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

8 lines
341 B
Plaintext
Raw Normal View History

tests/cases/conformance/parser/ecmascript5/Statements/parserES5ForOfStatement12.ts(1,22): error TS2304: Cannot find name 'X'.
2015-02-17 21:38:21 +01:00
2015-02-18 20:14:58 +01:00
==== tests/cases/conformance/parser/ecmascript5/Statements/parserES5ForOfStatement12.ts (1 errors) ====
2015-02-17 21:38:21 +01:00
for (const {a, b} of X) {
~
!!! error TS2304: Cannot find name 'X'.
2015-02-17 21:38:21 +01:00
}