TypeScript/tests/baselines/reference/for-of24.types
2015-04-15 16:44:20 -07:00

9 lines
135 B
Plaintext

=== tests/cases/conformance/es6/for-ofStatements/for-of24.ts ===
var x: any;
>x : any
for (var v of x) { }
>v : any
>x : any