improve synergy between collapse_vars & unused (#2521)

This commit is contained in:
Alex Lam S.L
2017-11-28 14:02:39 +08:00
committed by GitHub
parent ecc9f6b770
commit 32def5ebf5
4 changed files with 48 additions and 49 deletions

View File

@@ -1294,8 +1294,8 @@ issue_2288: {
expect: {
function foo(o) {
o.a;
for (i = 0; i < 0; i++);
for (var i = 0; i < 0; i++);
for (i = 0; i < 0; i++);
}
}
}