Skip to content

Commit 039d495

Browse files
authored
Update JSDCE-objectPattern-output.js
1 parent 12f9612 commit 039d495

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/js_optimizer/JSDCE-objectPattern-output.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ let z = 50;
55
globalThis.f = function([, r]) {
66
let {a, b} = r;
77
let {z: c} = r;
8-
let [, i, {foo: p, bar: q}] = r;
98
return g(a, b, c, d, z);
109
};
1110

0 commit comments

Comments
 (0)