summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/parser/bug-1263355-8.js
blob: c6d01da9e9fa07c28360d9a46f7c08930906b6cd (plain)
1
2
3
4
5
// |jit-test| error: ReferenceError

let a;
for(let {a = new class extends Array { constructor(){super[a]} }} of [[]]) {
}