bug-1263355-32.js (100B)
1 // |jit-test| error: ReferenceError 2 3 f = ([a = class target extends b {}, b] = [void 0]) => {}; 4 f()