Index: pkg/front_end/testcases/inference/null_aware_method_invocation.dart.strong.expect |
diff --git a/pkg/front_end/testcases/inference/null_aware_method_invocation.dart.strong.expect b/pkg/front_end/testcases/inference/null_aware_method_invocation.dart.strong.expect |
index ec43510f2a1cddf48200b339b710f575417e74d4..7db057afac03885188431f0b8f9c6f6af43a165f 100644 |
--- a/pkg/front_end/testcases/inference/null_aware_method_invocation.dart.strong.expect |
+++ b/pkg/front_end/testcases/inference/null_aware_method_invocation.dart.strong.expect |
@@ -3,7 +3,7 @@ import self as self; |
import "dart:core" as core; |
class C extends core::Object { |
- constructor •() → void |
+ default constructor •() → void |
: super core::Object::•() |
; |
method f() → core::int |