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

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