| Index: pkg/front_end/testcases/inference/super_method_invocation.dart.outline.expect
|
| diff --git a/pkg/front_end/testcases/inference/super_method_invocation.dart.outline.expect b/pkg/front_end/testcases/inference/super_method_invocation.dart.outline.expect
|
| index 08786c6c559da63a9219d7e190c208b8bb55865a..4568e7f9676722fbe3f879f36d134108a7fbbbe1 100644
|
| --- a/pkg/front_end/testcases/inference/super_method_invocation.dart.outline.expect
|
| +++ b/pkg/front_end/testcases/inference/super_method_invocation.dart.outline.expect
|
| @@ -3,13 +3,13 @@ import self as self;
|
| import "dart:core" as core;
|
|
|
| class C extends core::Object {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| ;
|
| method f() → core::int
|
| ;
|
| }
|
| class D extends self::C {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| ;
|
| method g() → void
|
| ;
|
|
|