fix reduce_vars on AST_Defun (#2708)
This commit is contained in:
@@ -100,7 +100,7 @@ typeof_defun_1: {
|
||||
g = 42;
|
||||
console.log("YES");
|
||||
"function" == typeof g && g();
|
||||
h();
|
||||
"function" == typeof h && h();
|
||||
}
|
||||
expect_stdout: [
|
||||
"YES",
|
||||
|
||||
Reference in New Issue
Block a user