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

2 lines
47 B
TypeScript

//@target: ES6
var [...a] = { 0: "", 1: true };