| Index: pkg/front_end/testcases/inference/inferred_type_custom_binary_op.dart.strong.expect
|
| diff --git a/pkg/front_end/testcases/inference/inferred_type_custom_binary_op.dart.strong.expect b/pkg/front_end/testcases/inference/inferred_type_custom_binary_op.dart.strong.expect
|
| index 64fe5bbe2ebed096e984a5707af714cfa87eac40..fc8362fd7b7527a0c9e85dd87493d3f537f98a9b 100644
|
| --- a/pkg/front_end/testcases/inference/inferred_type_custom_binary_op.dart.strong.expect
|
| +++ b/pkg/front_end/testcases/inference/inferred_type_custom_binary_op.dart.strong.expect
|
| @@ -3,7 +3,7 @@ import self as self;
|
| import "dart:core" as core;
|
|
|
| class C extends core::Object {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super core::Object::•()
|
| ;
|
| operator *(self::C other) → core::bool
|
|
|