| Index: pkg/front_end/testcases/inference/generic_methods_correctly_recognize_generic_upper_bound.dart.strong.expect
|
| diff --git a/pkg/front_end/testcases/inference/generic_methods_correctly_recognize_generic_upper_bound.dart.strong.expect b/pkg/front_end/testcases/inference/generic_methods_correctly_recognize_generic_upper_bound.dart.strong.expect
|
| index 72c646a47054cc0bb3e94ab8bb576e3f95196f75..5c753b753378eaceb10e1d1e9bb86177694c493d 100644
|
| --- a/pkg/front_end/testcases/inference/generic_methods_correctly_recognize_generic_upper_bound.dart.strong.expect
|
| +++ b/pkg/front_end/testcases/inference/generic_methods_correctly_recognize_generic_upper_bound.dart.strong.expect
|
| @@ -10,5 +10,5 @@ class Foo<T extends core::Pattern> extends core::Object {
|
| return u;
|
| }
|
| static method main() → dynamic {
|
| - new self::Foo::•<core::String>().method(42);
|
| + new self::Foo::•<core::String>().{self::Foo::method}(42);
|
| }
|
|
|