collapse within unary expressions (#2910)
This commit is contained in:
@@ -1343,7 +1343,7 @@ issue_2630_4: {
|
||||
var x = 3, a = 1, b = 2;
|
||||
(function() {
|
||||
(function() {
|
||||
while (--x >= 0 && void (a++, b += a));
|
||||
while (--x >= 0 && void (b += ++a));
|
||||
})();
|
||||
})();
|
||||
console.log(a);
|
||||
|
||||
Reference in New Issue
Block a user