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

3 lines
67 B
TypeScript

//@target: ES6
var a: string, b: number;
[...[a, b = 0]] = ["", 1];