fix corner case in unsafe (#3646)

This commit is contained in:
Alex Lam S.L
2019-12-27 14:24:54 +00:00
committed by GitHub
parent 01d6e0f223
commit a19d31dd33
4 changed files with 286 additions and 258 deletions

View File

@@ -699,18 +699,6 @@ iife: {
}
}
drop_value: {
options = {
side_effects: true,
}
input: {
(1, [2, foo()], 3, {a:1, b:bar()});
}
expect: {
foo(), bar();
}
}
issue_1539: {
options = {
collapse_vars: true,