Index: pkg/front_end/testcases/inference/infer_assign_to_property_null_aware_upwards.dart.strong.expect |
diff --git a/pkg/front_end/testcases/inference/infer_assign_to_property_null_aware_upwards.dart.strong.expect b/pkg/front_end/testcases/inference/infer_assign_to_property_null_aware_upwards.dart.strong.expect |
index 4cd5c47dd02fb64eae1d9a0ed53bd262187c6184..7108b7ce65eba220ad8e20913756d7624d2e47cb 100644 |
--- a/pkg/front_end/testcases/inference/infer_assign_to_property_null_aware_upwards.dart.strong.expect |
+++ b/pkg/front_end/testcases/inference/infer_assign_to_property_null_aware_upwards.dart.strong.expect |
@@ -4,7 +4,7 @@ import "dart:core" as core; |
class Test1 extends core::Object { |
field core::int prop = null; |
- constructor •() → void |
+ default constructor •() → void |
: super core::Object::•() |
; |
static method test(self::Test1 t) → void { |
@@ -20,7 +20,7 @@ class Test1 extends core::Object { |
} |
class Test2 extends core::Object { |
field core::num prop = null; |
- constructor •() → void |
+ default constructor •() → void |
: super core::Object::•() |
; |
static method test(self::Test2 t) → void { |
@@ -39,7 +39,7 @@ class Test2 extends core::Object { |
} |
class Test3 extends core::Object { |
field core::double prop = null; |
- constructor •() → void |
+ default constructor •() → void |
: super core::Object::•() |
; |
static method test3(self::Test3 t) → void { |