swc/crates/swc_ecma_parser/tests/tsc/for-of54.ts

4 lines
54 B
TypeScript

//@target: ES6
for (let v of []) {
var v = 0;
}