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