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

2 lines
83 B
TypeScript

//@target: ES6
const [[k1, v1], [k2, v2]] = new Map([["", true], ["hello", true]])