TypeScript/tests/baselines/reference/for-of24.types

9 lines
135 B
Plaintext
Raw Normal View History

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