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

7 lines
79 B
TypeScript

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