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

2 lines
39 B
TypeScript

var c = { bogus: 0 };
[...c] = ["", 0];