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

2 lines
47 B
TypeScript

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