enhance dead_code & side_effects (#5840)

closes #5794
This commit is contained in:
Alex Lam S.L
2024-06-19 01:36:04 +03:00
committed by GitHub
parent dc7aa32172
commit 9c80456634
5 changed files with 159 additions and 24 deletions

View File

@@ -1312,7 +1312,7 @@ issue_5653: {
}
expect: {
console.log((a => {
return console, +{};
return +{};
})());
}
expect_stdout: "NaN"