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

4 lines
67 B
TypeScript

({...{}} = {});
({...({})} = {});
({...[]} = {});
({...([])} = {});