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

@@ -2389,7 +2389,7 @@ issue_3703: {
var a = "PASS";
(function() {
var b;
var c = function g() {
var c = function() {
a = "FAIL";
};
a ? b |= c : b.p;