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

@@ -232,8 +232,9 @@ issue_4736: {
expect: {
(function() {
(function() {
var b = 1 << 30;
0,
console.log(1073741824);
console.log(b);
})();
})();
}