enhance inline (#5535)

This commit is contained in:
Alex Lam S.L
2022-07-01 04:24:16 +01:00
committed by GitHub
parent 4c227cc6bd
commit 51deeff72e
10 changed files with 84 additions and 31 deletions

View File

@@ -1930,7 +1930,6 @@ issue_5057_4: {
var b = "FAIL 2";
(function(a = console.log("FAIL 1")) {})(b);
console.log(a);
0;
})("PASS");
}
expect_stdout: "PASS"