Files
babel/test/fixtures/transformation/es6-destructuring/array/actual.js
2015-02-22 22:46:27 +11:00

2 lines
58 B
JavaScript

var [a, [b], [c]] = ["hello", [", ", "junk"], ["world"]];