swc/crates/swc_ecma_parser/tests/tsc/ES5For-of21.ts

3 lines
48 B
TypeScript

for (let v of []) {
for (let _i of []) { }
}