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

f = ([a = class target extends b {}, b] = [void 0]) => {};
f()