TypeScript/tests/baselines/reference/ES5For-of12.errors.txt
2015-03-11 16:34:11 -07:00

7 lines
340 B
Plaintext

tests/cases/conformance/statements/for-ofStatements/ES5For-of12.ts(1,7): error TS2364: Invalid left-hand side of assignment expression.
==== tests/cases/conformance/statements/for-ofStatements/ES5For-of12.ts (1 errors) ====
for ([""] of [[""]]) { }
~~
!!! error TS2364: Invalid left-hand side of assignment expression.