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

7 lines
58 B
TypeScript

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