| Index: pkg/front_end/testcases/inference/infer_assign_to_property_upwards.dart.direct.expect
|
| diff --git a/pkg/front_end/testcases/inference/infer_assign_to_property_upwards.dart.direct.expect b/pkg/front_end/testcases/inference/infer_assign_to_property_upwards.dart.direct.expect
|
| index 5629d0cd38c840b799effd0d7c9ff790d6be6067..7403609ade365821e431b305f82c8fb156678a5d 100644
|
| --- a/pkg/front_end/testcases/inference/infer_assign_to_property_upwards.dart.direct.expect
|
| +++ b/pkg/front_end/testcases/inference/infer_assign_to_property_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 {
|
|
|