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

5 lines
75 B
TypeScript

for (var w of []) {
for (var v of []) {
var x = [w, v];
}
}