TypeScript/tests/cases/conformance/es6/destructuring/iterableArrayPattern22.ts
2015-03-25 18:04:11 -07:00

2 lines
48 B
TypeScript

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