| Index: pkg/front_end/testcases/inference/infer_field_static.dart.outline.expect | 
| diff --git a/pkg/front_end/testcases/inference/infer_field_static.dart.outline.expect b/pkg/front_end/testcases/inference/infer_field_static.dart.outline.expect | 
| index 7972953ce5962d7f25ad2bbaead93ee8af0065ea..077de3ec73b6dd1f7f3cf1273547c2ba1fa24ee4 100644 | 
| --- a/pkg/front_end/testcases/inference/infer_field_static.dart.outline.expect | 
| +++ b/pkg/front_end/testcases/inference/infer_field_static.dart.outline.expect | 
| @@ -3,19 +3,19 @@ import self as self; | 
| import "dart:core" as core; | 
|  | 
| abstract class A extends core::Object { | 
| -  constructor •() → void | 
| +  default constructor •() → void | 
| ; | 
| static get x() → core::int | 
| ; | 
| } | 
| class B extends self::A { | 
| static field dynamic x; | 
| -  constructor •() → void | 
| +  default constructor •() → void | 
| ; | 
| } | 
| class C extends self::A { | 
| static field dynamic x; | 
| -  constructor •() → void | 
| +  default constructor •() → void | 
| ; | 
| } | 
| static method f() → dynamic | 
|  |