summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/parser/bug-1263355-17.js
blob: f472efcd34fb30c3f22bc0f5aa53214c20903a2e (plain)
1
2
3
4
let m = parseModule(`
  var expect = '';
  var [ ... of  ]  = ( ... of  ) => expect;
`);