Index: pkg/front_end/testcases/inference/infer_field_static.dart.direct.expect |
diff --git a/pkg/front_end/testcases/inference/infer_field_static.dart.direct.expect b/pkg/front_end/testcases/inference/infer_field_static.dart.direct.expect |
index a5654ab99eef9f8d374dbd30ecc2f6c73990136c..5d37485c94c510df57f87f83af1144c60c894e7a 100644 |
--- a/pkg/front_end/testcases/inference/infer_field_static.dart.direct.expect |
+++ b/pkg/front_end/testcases/inference/infer_field_static.dart.direct.expect |
@@ -3,7 +3,7 @@ import self as self; |
import "dart:core" as core; |
abstract class A extends core::Object { |
- constructor •() → void |
+ default constructor •() → void |
: super core::Object::•() |
; |
static get x() → core::int |
@@ -11,13 +11,13 @@ abstract class A extends core::Object { |
} |
class B extends self::A { |
static field dynamic x = self::f(); |
- constructor •() → void |
+ default constructor •() → void |
: super self::A::•() |
; |
} |
class C extends self::A { |
static field dynamic x = null; |
- constructor •() → void |
+ default constructor •() → void |
: super self::A::•() |
; |
} |