TypeScript/tests/baselines/reference/ES5For-ofTypeCheck12.errors.txt
2015-03-17 22:56:45 -07:00

7 lines
374 B
Plaintext

tests/cases/conformance/statements/for-ofStatements/ES5For-ofTypeCheck12.ts(1,17): error TS2495: Type 'number' is not an array type or a string type.
==== tests/cases/conformance/statements/for-ofStatements/ES5For-ofTypeCheck12.ts (1 errors) ====
for (const v of 0) { }
~
!!! error TS2495: Type 'number' is not an array type or a string type.