enhance collapse_vars (#4885)

This commit is contained in:
Alex Lam S.L
2021-05-01 14:37:52 +01:00
committed by GitHub
parent 8bbfaacdae
commit 16411dcb87
3 changed files with 41 additions and 33 deletions

View File

@@ -4724,7 +4724,7 @@ cascade_statement: {
}
function f3(a, b) {
for (; a < b; a++)
if ((c = a) && b)
if (c = a, a && b)
var c = c = b(a);
}
}