=== tests/cases/conformance/statements/for-ofStatements/ES5For-of11.ts === var v; >v : any for (v of []) { } >v : any >[] : undefined[]