TypeScript/tests/cases/conformance/es6/destructuring/iterableArrayPattern21.ts

2 lines
48 B
TypeScript
Raw Normal View History

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