enhance merge_vars (#5194)

closes #5182
This commit is contained in:
Alex Lam S.L
2021-11-24 10:21:50 +00:00
committed by alexlamsl
parent bfd0ac7f4b
commit 0b6c185818
6 changed files with 75 additions and 11 deletions

View File

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