Index: pkg/front_end/testcases/inference/super_property_get.dart.strong.expect |
diff --git a/pkg/front_end/testcases/inference/super_property_get.dart.strong.expect b/pkg/front_end/testcases/inference/super_property_get.dart.strong.expect |
index 53677dec96359762c47089306083d5dd30b8f8a8..fb81110e20c8d9f0b728ac448eac7d0669c2034f 100644 |
--- a/pkg/front_end/testcases/inference/super_property_get.dart.strong.expect |
+++ b/pkg/front_end/testcases/inference/super_property_get.dart.strong.expect |
@@ -4,12 +4,12 @@ import "dart:core" as core; |
class C extends core::Object { |
field core::int x = 0; |
- constructor •() → void |
+ default constructor •() → void |
: super core::Object::•() |
; |
} |
class D extends self::C { |
- constructor •() → void |
+ default constructor •() → void |
: super self::C::•() |
; |
method g() → void { |