Index: pkg/front_end/testcases/inference_new/infer_use_of_void.dart.strong.expect |
diff --git a/pkg/front_end/testcases/inference_new/infer_use_of_void.dart.strong.expect b/pkg/front_end/testcases/inference_new/infer_use_of_void.dart.strong.expect |
index 9122623714b1943142cc12fb46ca5578ccda2e82..1b26cccb64106812f8089a39c4fc8a30c4be0a52 100644 |
--- a/pkg/front_end/testcases/inference_new/infer_use_of_void.dart.strong.expect |
+++ b/pkg/front_end/testcases/inference_new/infer_use_of_void.dart.strong.expect |
@@ -3,13 +3,13 @@ import self as self; |
import "dart:core" as core; |
class B extends core::Object { |
- constructor •() → void |
+ default constructor •() → void |
: super core::Object::•() |
; |
method f() → void {} |
} |
class C extends self::B { |
- constructor •() → void |
+ default constructor •() → void |
: super self::B::•() |
; |
method f() → void {} |