enhance side_effects (#4175)

This commit is contained in:
Alex Lam S.L
2020-10-04 16:43:49 +01:00
committed by GitHub
parent 1786c69070
commit 66140b459e
5 changed files with 80 additions and 39 deletions

View File

@@ -1123,11 +1123,7 @@ new_this: {
}
}.f(42);
}
expect: {
new function(a) {
this.a = a;
}(42);
}
expect: {}
}
issue_2513: {