| Index: pkg/front_end/testcases/inference/inferred_type_custom_unary_op.dart.strong.expect
 | 
| diff --git a/pkg/front_end/testcases/inference/inferred_type_custom_unary_op.dart.strong.expect b/pkg/front_end/testcases/inference/inferred_type_custom_unary_op.dart.strong.expect
 | 
| index 202f2f36bfaf822bb9a989a9a8ba904a99261d54..56ee9476fe76781d46dd37fde4da364a6d5d8a78 100644
 | 
| --- a/pkg/front_end/testcases/inference/inferred_type_custom_unary_op.dart.strong.expect
 | 
| +++ b/pkg/front_end/testcases/inference/inferred_type_custom_unary_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 unary-() → core::bool
 | 
| 
 |