TypeScript/tests/cases/conformance/types/rest/objectRestCatchES5.ts

2 lines
No EOL
48 B
TypeScript

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