fix corner case in inline (#3853)

fixes #3852
This commit is contained in:
Alex Lam S.L
2020-05-07 13:53:05 +01:00
committed by GitHub
parent 34ead0430b
commit 88985a46ed
4 changed files with 35 additions and 9 deletions

View File

@@ -2366,7 +2366,7 @@ function_parameter_ie8: {
}
expect: {
(function() {
(function f() {
(function() {
console.log("PASS");
})();
})();