swc/crates/swc_ecma_parser/tests/tsc/parserForOfStatement13.ts

3 lines
40 B
TypeScript

//@target: ES6
for (let {a, b} of X) {
}