Merge branch 'master' into harmony-v2.8.6
This commit is contained in:
@@ -734,9 +734,7 @@ call_args: {
|
||||
expect: {
|
||||
const a = 1;
|
||||
console.log(1);
|
||||
+function(a) {
|
||||
return 1;
|
||||
}(1);
|
||||
+(1, 1);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -757,9 +755,7 @@ call_args_drop_param: {
|
||||
expect: {
|
||||
const a = 1;
|
||||
console.log(1);
|
||||
+function() {
|
||||
return 1;
|
||||
}(b);
|
||||
+(b, 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user