fix corner case in call binding (#2541)

This commit is contained in:
Alex Lam S.L
2017-12-01 03:18:20 +08:00
committed by GitHub
parent 18302bf8e9
commit c58d3936a3
2 changed files with 18 additions and 22 deletions

View File

@@ -1,7 +1,8 @@
this_binding_conditionals: {
options = {
conditionals: true,
evaluate : true
evaluate: true,
side_effects: true,
};
input: {
(1 && a)();