| Index: pkg/front_end/testcases/inference_new/infer_instance_field_ref.dart.outline.expect
|
| diff --git a/pkg/front_end/testcases/inference_new/infer_instance_field_ref.dart.outline.expect b/pkg/front_end/testcases/inference_new/infer_instance_field_ref.dart.outline.expect
|
| index d5e50fb25eafee17c38b3b86049303b47463ada9..1c2caf9328a37f7bda819b61b84c98f42323efd2 100644
|
| --- a/pkg/front_end/testcases/inference_new/infer_instance_field_ref.dart.outline.expect
|
| +++ b/pkg/front_end/testcases/inference_new/infer_instance_field_ref.dart.outline.expect
|
| @@ -4,20 +4,20 @@ import "dart:core" as core;
|
|
|
| class A extends core::Object {
|
| field self::B b;
|
| - constructor •() → void
|
| + default constructor •() → void
|
| ;
|
| }
|
| class B extends core::Object {
|
| field self::C c;
|
| - constructor •() → void
|
| + default constructor •() → void
|
| ;
|
| }
|
| class C extends core::Object {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| ;
|
| }
|
| class D extends self::C {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| ;
|
| }
|
| static field dynamic a;
|
|
|