Created these while experimenting with LibJS. Might as well bring them into the tree and increase our coverage.
1 line
41 B
JavaScript
1 line
41 B
JavaScript
let { foo: a, 1: b } = { foo: 1, 1: 2 };
|