TypeScript/tests/baselines/reference/forIn2.errors.txt
2014-07-12 17:30:19 -07:00

5 lines
213 B
Plaintext

==== tests/cases/compiler/forIn2.ts (1 errors) ====
for (var i in 1) {
~
!!! The right-hand side of a 'for...in' statement must be of type 'any', an object type or a type parameter.
}