| Index: pkg/front_end/testcases/inference/infer_generic_method_type_positional2.dart.strong.expect
|
| diff --git a/pkg/front_end/testcases/inference/infer_generic_method_type_positional2.dart.strong.expect b/pkg/front_end/testcases/inference/infer_generic_method_type_positional2.dart.strong.expect
|
| index bec272da1ebe82814aa0e90cf40e897ac52a8d55..566211d60eeaa8f54880865b6eba72f56d95fb9d 100644
|
| --- a/pkg/front_end/testcases/inference/infer_generic_method_type_positional2.dart.strong.expect
|
| +++ b/pkg/front_end/testcases/inference/infer_generic_method_type_positional2.dart.strong.expect
|
| @@ -6,9 +6,9 @@ class C extends core::Object {
|
| constructor •() → void
|
| : super core::Object::•()
|
| ;
|
| - method m(core::int a, [core::String b = null, dynamic c = null]) → dynamic
|
| + method m<T extends core::Object>(core::int a, [core::String b = null, self::C::m::T c = null]) → self::C::m::T
|
| return null;
|
| }
|
| static method main() → dynamic {
|
| - core::double y = new self::C::•().{self::C::m}(1, "bbb", 2.0);
|
| + core::double y = new self::C::•().{self::C::m}<core::double>(1, "bbb", 2.0);
|
| }
|
|
|