Index: pkg/front_end/testcases/inference/super_property_get_invoke_function_typed.dart.direct.expect |
diff --git a/pkg/front_end/testcases/inference/super_property_get_invoke_function_typed.dart.direct.expect b/pkg/front_end/testcases/inference/super_property_get_invoke_function_typed.dart.direct.expect |
index e8b2a1779fb88dcc6cdabff7cab23d7c5c3f6c9f..b991d0c9369519cd1ed74112db811f964662fe64 100644 |
--- a/pkg/front_end/testcases/inference/super_property_get_invoke_function_typed.dart.direct.expect |
+++ b/pkg/front_end/testcases/inference/super_property_get_invoke_function_typed.dart.direct.expect |
@@ -4,12 +4,12 @@ import "dart:core" as core; |
class C extends core::Object { |
field dynamic f = () → dynamic => 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 { |