enhance reduce_vars & unused (#4890)

This commit is contained in:
Alex Lam S.L
2021-05-01 17:19:56 +01:00
committed by GitHub
parent 16411dcb87
commit 53b57ee57e
3 changed files with 184 additions and 16 deletions

View File

@@ -2653,7 +2653,9 @@ issue_4019: {
try {
console.log("FAIL");
} catch (o) {}
}, o = (console.log(o.length), ++o);
};
console.log(o.length),
++o;
}
expect_stdout: "0"
}