2015-01-04 19:40:09 +11:00

5 lines
90 B
JavaScript

// Options: --destructuring=false
// Error: 4:5: Unexpected token [
var [x, y] = [0, 1];