| Index: pkg/front_end/testcases/inference/unsafe_block_closure_inference_function_call_explicit_type_param.dart.strong.expect
|
| diff --git a/pkg/front_end/testcases/inference/unsafe_block_closure_inference_function_call_explicit_type_param.dart.strong.expect b/pkg/front_end/testcases/inference/unsafe_block_closure_inference_function_call_explicit_type_param.dart.strong.expect
|
| index dcf4f804ca701b25ef38a6695cdb7d77528b3984..4242dc9aad13001f7ef11aee0f64c0598b4d991a 100644
|
| --- a/pkg/front_end/testcases/inference/unsafe_block_closure_inference_function_call_explicit_type_param.dart.strong.expect
|
| +++ b/pkg/front_end/testcases/inference/unsafe_block_closure_inference_function_call_explicit_type_param.dart.strong.expect
|
| @@ -2,7 +2,7 @@ library test;
|
| import self as self;
|
| import "dart:core" as core;
|
|
|
| -static field core::List<core::int> v = self::f<core::int>(() → dynamic {
|
| +static field core::List<core::int> v = self::f<core::int>(() → core::int {
|
| return 1;
|
| });
|
| static method f<T extends core::Object>(() → self::f::T g) → core::List<self::f::T>
|
|
|