| Index: pkg/front_end/testcases/inference/inferred_type_uses_synthetic_function_type_positional_param.dart
|
| diff --git a/pkg/front_end/testcases/inference/inferred_type_uses_synthetic_function_type_positional_param.dart b/pkg/front_end/testcases/inference/inferred_type_uses_synthetic_function_type_positional_param.dart
|
| index 9fb1ec07754cf31b7ae67545052d70ebcce510fd..414f490538be992ddb3453a6d901d51d1c9e09f6 100644
|
| --- a/pkg/front_end/testcases/inference/inferred_type_uses_synthetic_function_type_positional_param.dart
|
| +++ b/pkg/front_end/testcases/inference/inferred_type_uses_synthetic_function_type_positional_param.dart
|
| @@ -7,7 +7,7 @@ library test;
|
|
|
| int f([int x]) => null;
|
| String g([int x]) => null;
|
| -var /*@topType=List<<unknown>::(int x) → Object>*/ v = /*@typeArgs=<unknown>::(int x) → Object*/ [
|
| +var /*@topType=List<(int x) → Object>*/ v = /*@typeArgs=(int x) → Object*/ [
|
| f,
|
| g
|
| ];
|
|
|