| Index: pkg/front_end/testcases/inference/infer_types_on_generic_instantiations_5.dart.strong.expect
|
| diff --git a/pkg/front_end/testcases/inference/infer_types_on_generic_instantiations_5.dart.strong.expect b/pkg/front_end/testcases/inference/infer_types_on_generic_instantiations_5.dart.strong.expect
|
| index b69aff907d10b679967eafc7c399274972a958ed..cb9e9e65b1a905dfbf223c12478c21046df3a41d 100644
|
| --- a/pkg/front_end/testcases/inference/infer_types_on_generic_instantiations_5.dart.strong.expect
|
| +++ b/pkg/front_end/testcases/inference/infer_types_on_generic_instantiations_5.dart.strong.expect
|
| @@ -26,7 +26,7 @@ class B<E extends core::Object> extends self::A<self::B::E> implements self::M {
|
| ;
|
| get y() → core::int
|
| return 0;
|
| - method m(dynamic a, (dynamic, self::B::E) → dynamic f) → dynamic {}
|
| + method m(dynamic a, (dynamic, self::B::E) → dynamic f) → core::String {}
|
| }
|
| static method foo() → dynamic {
|
| core::int y = new self::B::•<dynamic>().{self::B::m}(null, null);
|
|
|