| Index: pkg/front_end/testcases/inference/circular_method_inference.dart.outline.expect
|
| diff --git a/pkg/front_end/testcases/inference/circular_method_inference.dart.outline.expect b/pkg/front_end/testcases/inference/circular_method_inference.dart.outline.expect
|
| index 7b4ecbed664d00222cba8f1a860d4aac63d62de5..2f1082d5fcdaebf7eef785bc7a5f9f5667cf4009 100644
|
| --- a/pkg/front_end/testcases/inference/circular_method_inference.dart.outline.expect
|
| +++ b/pkg/front_end/testcases/inference/circular_method_inference.dart.outline.expect
|
| @@ -3,12 +3,12 @@ import self as self;
|
| import "dart:core" as core;
|
|
|
| abstract class A extends core::Object {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| ;
|
| abstract method f(dynamic x) → dynamic;
|
| }
|
| abstract class B extends core::Object {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| ;
|
| abstract method f(dynamic x) → dynamic;
|
| }
|
|
|