| Index: pkg/front_end/testcases/inference/infer_method_missing_params.dart.direct.expect
|
| diff --git a/pkg/front_end/testcases/inference/infer_method_missing_params.dart.direct.expect b/pkg/front_end/testcases/inference/infer_method_missing_params.dart.direct.expect
|
| index 73f17cc6c0ebad7a987a02580599345feed602c7..a7f20a3dd8e159d2806ea65c3f3f3303ecb50d3e 100644
|
| --- a/pkg/front_end/testcases/inference/infer_method_missing_params.dart.direct.expect
|
| +++ b/pkg/front_end/testcases/inference/infer_method_missing_params.dart.direct.expect
|
| @@ -3,7 +3,7 @@ import self as self;
|
| import "dart:core" as core;
|
|
|
| abstract class A extends core::Object {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super core::Object::•()
|
| ;
|
| abstract method f(core::int x, core::int y) → core::int;
|
| @@ -11,7 +11,7 @@ abstract class A extends core::Object {
|
| abstract method h(core::int x, {core::int y = null}) → core::int;
|
| }
|
| abstract class B extends core::Object {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super core::Object::•()
|
| ;
|
| abstract method f(core::int x) → core::int;
|
| @@ -19,7 +19,7 @@ abstract class B extends core::Object {
|
| abstract method h(core::int x) → core::int;
|
| }
|
| abstract class C extends core::Object implements self::A, self::B {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super core::Object::•()
|
| ;
|
| abstract method f(dynamic x, dynamic y) → dynamic;
|
|
|