improve handling of declaration statements (#4980)
This commit is contained in:
@@ -5236,7 +5236,7 @@ issue_4265: {
|
||||
expect: {
|
||||
function f() {
|
||||
return console, function() {
|
||||
return console.log(a);
|
||||
console.log(a);
|
||||
var a;
|
||||
}(), 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user