| Index: pkg/front_end/testcases/inference/inferred_type_uses_synthetic_function_type_function_typed_param.dart
|
| diff --git a/pkg/front_end/testcases/inference/inferred_type_uses_synthetic_function_type_function_typed_param.dart b/pkg/front_end/testcases/inference/inferred_type_uses_synthetic_function_type_function_typed_param.dart
|
| index 0f4a403ce43ad8fe4de28b101f1e3d45884889d9..17056f9158b7b85dc329058cf6a932fe7a035f22 100644
|
| --- a/pkg/front_end/testcases/inference/inferred_type_uses_synthetic_function_type_function_typed_param.dart
|
| +++ b/pkg/front_end/testcases/inference/inferred_type_uses_synthetic_function_type_function_typed_param.dart
|
| @@ -11,3 +11,7 @@ var /*@topType=List<((String) -> int) -> Object>*/ v = /*@typeArgs=((String) ->
|
| f,
|
| g
|
| ];
|
| +
|
| +main() {
|
| + v;
|
| +}
|
|
|