TypeScript/tests/baselines/reference/ES5For-of12.errors.txt

7 lines
340 B
Plaintext
Raw Normal View History

2015-03-11 01:36:17 +01:00
tests/cases/conformance/statements/for-ofStatements/ES5For-of12.ts(1,7): error TS2364: Invalid left-hand side of assignment expression.
2015-03-05 04:33:49 +01:00
==== tests/cases/conformance/statements/for-ofStatements/ES5For-of12.ts (1 errors) ====
2015-03-11 01:36:17 +01:00
for ([""] of [[""]]) { }
~~
!!! error TS2364: Invalid left-hand side of assignment expression.