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

5 lines
71 B
TypeScript

//@sourcemap: true
for (var [a = 0, b = 1] of [2, 3]) {
a;
b;
}