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

3 lines
42 B
TypeScript

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