enhance collapse_vars (#4117)

This commit is contained in:
Alex Lam S.L
2020-09-16 23:35:22 +01:00
committed by GitHub
parent a9d934ab4e
commit fdf2e8c5b0
2 changed files with 9 additions and 4 deletions

View File

@@ -2181,8 +2181,7 @@ issue_3515_1: {
expect: {
var c = 0;
(function() {
this[c++] = 0;
for (var key20 in !0);
for (var key20 in !(this[c++] = 0));
})();
console.log(c);
}