TypeScript/tests/cases/conformance/es6/destructuring/restPropertyWithBindingPattern.ts
2019-04-25 13:33:49 -07:00

4 lines
67 B
TypeScript

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