fix corner cases in evaluate & side_effects (#5726)
This commit is contained in:
@@ -147,7 +147,7 @@ relational: {
|
||||
"bar" >= "bar";
|
||||
}
|
||||
expect: {
|
||||
0 instanceof bar();
|
||||
[] instanceof bar();
|
||||
bar();
|
||||
bar(), bar();
|
||||
bar();
|
||||
|
||||
Reference in New Issue
Block a user