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

gczeal(4, 10);
f = ([a = class target extends b {}, b] = [void 0]) => {
    class dbg {}
    class get {}
};
f()