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

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