| Index: pkg/front_end/testcases/inference/inferred_type_custom_binary_op_via_interface.dart.strong.expect
|
| diff --git a/pkg/front_end/testcases/inference/inferred_type_custom_binary_op_via_interface.dart.strong.expect b/pkg/front_end/testcases/inference/inferred_type_custom_binary_op_via_interface.dart.strong.expect
|
| index a6f7e415b8d89fb1b8013405dbacffccc0e9b188..28cf82518bd4cf478df7c5d58075a845cb9aed77 100644
|
| --- a/pkg/front_end/testcases/inference/inferred_type_custom_binary_op_via_interface.dart.strong.expect
|
| +++ b/pkg/front_end/testcases/inference/inferred_type_custom_binary_op_via_interface.dart.strong.expect
|
| @@ -3,14 +3,14 @@ import self as self;
|
| import "dart:core" as core;
|
|
|
| class I extends core::Object {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super core::Object::•()
|
| ;
|
| operator *(self::C other) → core::bool
|
| return true;
|
| }
|
| abstract class C extends core::Object implements self::I {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super core::Object::•()
|
| ;
|
| }
|
|
|