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

4 lines
52 B
TypeScript

for (let [a = 0, b = 1] of [2, 3]) {
a;
b;
}