enhance unused (#3584)

This commit is contained in:
Alex Lam S.L
2019-11-13 21:44:44 +08:00
committed by GitHub
parent ab15c40770
commit 4bd36dc8da
3 changed files with 78 additions and 51 deletions

View File

@@ -2346,7 +2346,7 @@ issue_3274: {
}
expect: {
(function() {
for (var c; void 0, (c = 1..p) != c;)
for (var c; (c = 1..p) != c;)
console.log("FAIL");
console.log("PASS");
})();