From e915832a36730c7eb29328c84ab9c5eecf1cb1f6 Mon Sep 17 00:00:00 2001 From: "Alex Lam S.L" Date: Sun, 1 Dec 2019 18:10:37 +0800 Subject: enhance `unused` (#3617) --- test/compress/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/compress/functions.js') diff --git a/test/compress/functions.js b/test/compress/functions.js index 4fea42dc..1473f74c 100644 --- a/test/compress/functions.js +++ b/test/compress/functions.js @@ -1279,7 +1279,7 @@ issue_2630_3: { expect: { var x = 2, a = 1; (function() { - (function f1(a) { + (function f1() { f2(); --x >= 0 && f1({}); })(a++); -- cgit v1.2.3