| Index: pkg/front_end/testcases/inference/infer_assign_to_property_super_upwards.dart.strong.expect
|
| diff --git a/pkg/front_end/testcases/inference/infer_assign_to_property_super_upwards.dart.strong.expect b/pkg/front_end/testcases/inference/infer_assign_to_property_super_upwards.dart.strong.expect
|
| index 8ac7102774c253d636fdf9c157f5c84cf19050a3..353d074d317f43e98930da514e1759f8b00fac0b 100644
|
| --- a/pkg/front_end/testcases/inference/infer_assign_to_property_super_upwards.dart.strong.expect
|
| +++ b/pkg/front_end/testcases/inference/infer_assign_to_property_super_upwards.dart.strong.expect
|
| @@ -6,12 +6,12 @@ class Base extends core::Object {
|
| field core::int intProp = null;
|
| field core::num numProp = null;
|
| field core::double doubleProp = null;
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super core::Object::•()
|
| ;
|
| }
|
| class Test1 extends self::Base {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super self::Base::•()
|
| ;
|
| method test() → void {
|
| @@ -26,7 +26,7 @@ class Test1 extends self::Base {
|
| }
|
| }
|
| class Test2 extends self::Base {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super self::Base::•()
|
| ;
|
| method test() → void {
|
| @@ -44,7 +44,7 @@ class Test2 extends self::Base {
|
| }
|
| }
|
| class Test3 extends self::Base {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super self::Base::•()
|
| ;
|
| method test3() → void {
|
|
|