enhance merge_vars (#5308)

This commit is contained in:
Alex Lam S.L
2022-01-21 01:40:33 +00:00
committed by GitHub
parent e24b255350
commit 866cd4a975
2 changed files with 6 additions and 10 deletions

View File

@@ -270,8 +270,8 @@ merge_vars_3: {
var b = console;
console.log(typeof b);
}
var a = 1;
console.log(typeof a);
var b = 1;
console.log(typeof b);
}
expect_stdout: [
"object",