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

2 lines
47 B
TypeScript

let a = 1, b = 2;
try {} catch ({ a, ...b }) {}