| Index: pkg/front_end/testcases/inference/infer_binary_custom.dart.strong.expect
|
| diff --git a/pkg/front_end/testcases/inference/infer_binary_custom.dart.strong.expect b/pkg/front_end/testcases/inference/infer_binary_custom.dart.strong.expect
|
| index e1373c15749d43c688c2f564a250281df8a7924b..c382212c403d8375303f8f416ff1e4377fe114d0 100644
|
| --- a/pkg/front_end/testcases/inference/infer_binary_custom.dart.strong.expect
|
| +++ b/pkg/front_end/testcases/inference/infer_binary_custom.dart.strong.expect
|
| @@ -3,7 +3,7 @@ import self as self;
|
| import "dart:core" as core;
|
|
|
| class A extends core::Object {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| : super core::Object::•()
|
| ;
|
| operator +(dynamic other) → core::int
|
|
|