| Index: pkg/front_end/testcases/inference_new/infer_instance_accessor_ref.dart.outline.expect
|
| diff --git a/pkg/front_end/testcases/inference_new/infer_instance_accessor_ref.dart.outline.expect b/pkg/front_end/testcases/inference_new/infer_instance_accessor_ref.dart.outline.expect
|
| index 51ac9ee050dc21e0daa1969044d84362d0ad4f09..2d146c8ca28d1816c5b3d48096d80758c7280d4a 100644
|
| --- a/pkg/front_end/testcases/inference_new/infer_instance_accessor_ref.dart.outline.expect
|
| +++ b/pkg/front_end/testcases/inference_new/infer_instance_accessor_ref.dart.outline.expect
|
| @@ -4,11 +4,11 @@ import "dart:core" as core;
|
|
|
| class A extends core::Object {
|
| field self::B b;
|
| - constructor •() → void
|
| + default constructor •() → void
|
| ;
|
| }
|
| class B extends core::Object {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| ;
|
| get c() → self::C
|
| ;
|
| @@ -16,11 +16,11 @@ class B extends core::Object {
|
| ;
|
| }
|
| class C extends core::Object {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| ;
|
| }
|
| class D extends self::C {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| ;
|
| }
|
| static field dynamic a;
|
|
|