enhance unused (#4922)

This commit is contained in:
Alex Lam S.L
2021-05-11 03:30:20 +01:00
committed by GitHub
parent 7b8570f16c
commit b1cfa71131
2 changed files with 16 additions and 14 deletions

View File

@@ -3436,7 +3436,7 @@ issue_4912_2: {
console.log(function() {
var g, f = function() {};
f.p = {};
(g = f.p.q = function() {}).r = "PASS";
(f.p.q = function() {}).r = "PASS";
return f;
}().p.q.r);
}