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