| Index: pkg/front_end/testcases/inference/future_union_upwards_generic_methods.dart.strong.expect
|
| diff --git a/pkg/front_end/testcases/inference/future_union_upwards_generic_methods.dart.strong.expect b/pkg/front_end/testcases/inference/future_union_upwards_generic_methods.dart.strong.expect
|
| index 93749c9eb0aa26977bd81112710197dc6a03e29f..4bf46e6f60a9fd4313f4a03fbeb47825295b87c9 100644
|
| --- a/pkg/front_end/testcases/inference/future_union_upwards_generic_methods.dart.strong.expect
|
| +++ b/pkg/front_end/testcases/inference/future_union_upwards_generic_methods.dart.strong.expect
|
| @@ -4,17 +4,17 @@ import "dart:core" as core;
|
| import "dart:async" as asy;
|
|
|
| class A extends core::Object {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super core::Object::•()
|
| ;
|
| }
|
| class B extends self::A {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super self::A::•()
|
| ;
|
| }
|
| class C extends self::A {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super self::A::•()
|
| ;
|
| }
|
|
|