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

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