| Index: pkg/front_end/testcases/inference/unsafe_block_closure_inference_function_call_implicit_type_param_via_expr.dart
|
| diff --git a/pkg/front_end/testcases/inference/unsafe_block_closure_inference_function_call_implicit_type_param_via_expr.dart b/pkg/front_end/testcases/inference/unsafe_block_closure_inference_function_call_implicit_type_param_via_expr.dart
|
| index cd8133644f37419d07ac2546aaa3790dd0b78919..40cb1dcaeb371d398e61817de97f184cb288501c 100644
|
| --- a/pkg/front_end/testcases/inference/unsafe_block_closure_inference_function_call_implicit_type_param_via_expr.dart
|
| +++ b/pkg/front_end/testcases/inference/unsafe_block_closure_inference_function_call_implicit_type_param_via_expr.dart
|
| @@ -6,7 +6,7 @@
|
| library test;
|
|
|
| main() {
|
| - var /*@type=List<int>*/ v = (f)(
|
| + var /*@type=List<int>*/ v = (f) /*@typeArgs=int*/ (
|
| /*@returnType=int*/ () {
|
| return 1;
|
| });
|
|
|