enhance unused (#3794)

This commit is contained in:
Alex Lam S.L
2020-04-18 11:52:44 +01:00
committed by GitHub
parent b38838c6bf
commit 60d4e7b09f
6 changed files with 54 additions and 30 deletions

View File

@@ -1226,8 +1226,7 @@ chained_3: {
}
expect: {
console.log(function(b) {
var c = 1;
c = b;
var c = 1, c = b;
b++;
return c;
}(2));