Index: pkg/front_end/testcases/inference/infer_assign_to_property_null_aware_upwards.dart.direct.expect |
diff --git a/pkg/front_end/testcases/inference/infer_assign_to_property_null_aware_upwards.dart.direct.expect b/pkg/front_end/testcases/inference/infer_assign_to_property_null_aware_upwards.dart.direct.expect |
index 6812aa34a4eb23c4c73367523bfbe156617eada7..69e8b66aa508f023861580e65419ecc0080fc973 100644 |
--- a/pkg/front_end/testcases/inference/infer_assign_to_property_null_aware_upwards.dart.direct.expect |
+++ b/pkg/front_end/testcases/inference/infer_assign_to_property_null_aware_upwards.dart.direct.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 { |