minor clean-ups (#5300)

This commit is contained in:
Alex Lam S.L
2022-01-16 17:14:52 +00:00
committed by GitHub
parent d96c59f9e6
commit 774feeadb8
2 changed files with 9 additions and 19 deletions

View File

@@ -1639,7 +1639,7 @@ issue_4438: {
;
else {
let a = console.log;
a("PASS");
void a("PASS");
}
}
f();