Index: pkg/front_end/testcases/inference/property_get_toplevel.dart.strong.expect |
diff --git a/pkg/front_end/testcases/inference/property_get_toplevel.dart.strong.expect b/pkg/front_end/testcases/inference/property_get_toplevel.dart.strong.expect |
index 35e43770483241604755b3241ab07eeeb9716589..4778d0f7342d91fd3e884b35a2d3c12be45a35af 100644 |
--- a/pkg/front_end/testcases/inference/property_get_toplevel.dart.strong.expect |
+++ b/pkg/front_end/testcases/inference/property_get_toplevel.dart.strong.expect |
@@ -4,7 +4,7 @@ import "dart:core" as core; |
class C extends core::Object { |
field core::int field = 0; |
- constructor •() → void |
+ default constructor •() → void |
: super core::Object::•() |
; |
get getter() → core::int |