| Index: pkg/front_end/testcases/rasta/super.dart.outline.expect
|
| diff --git a/pkg/front_end/testcases/rasta/super.dart.outline.expect b/pkg/front_end/testcases/rasta/super.dart.outline.expect
|
| index 6e83919105bbd947acbaeb07bc615389abf26b48..809f633f782c0df7ca9f72342090a71310f2d4cc 100644
|
| --- a/pkg/front_end/testcases/rasta/super.dart.outline.expect
|
| +++ b/pkg/front_end/testcases/rasta/super.dart.outline.expect
|
| @@ -8,7 +8,7 @@ class A extends core::Object {
|
| field dynamic c;
|
| field dynamic d;
|
| final field dynamic f;
|
| - constructor •() → void
|
| + default constructor •() → void
|
| ;
|
| get e() → dynamic
|
| ;
|
| @@ -39,7 +39,7 @@ class A extends core::Object {
|
| }
|
| class B extends self::A {
|
| final field dynamic d;
|
| - constructor •() → void
|
| + default constructor •() → void
|
| ;
|
| get b() → dynamic
|
| ;
|
| @@ -49,7 +49,7 @@ class B extends self::A {
|
| ;
|
| }
|
| class C extends self::B {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| ;
|
| method test() → dynamic
|
| ;
|
|
|