swc/crates/swc_ecma_parser/tests/tsc/for-inStatementsDestructuring4.ts

2 lines
32 B
TypeScript

var a, b;
for ({a, b} in []) { }