| Index: pkg/front_end/testcases/inference/infer_field_getter_setter_mismatch.dart.outline.expect
|
| diff --git a/pkg/front_end/testcases/inference/infer_field_getter_setter_mismatch.dart.outline.expect b/pkg/front_end/testcases/inference/infer_field_getter_setter_mismatch.dart.outline.expect
|
| index 90cca385c905ef200253015db67bd82ba0fb188e..8f8c05cb83e074738a26c243f4edeb06368eaad6 100644
|
| --- a/pkg/front_end/testcases/inference/infer_field_getter_setter_mismatch.dart.outline.expect
|
| +++ b/pkg/front_end/testcases/inference/infer_field_getter_setter_mismatch.dart.outline.expect
|
| @@ -3,14 +3,14 @@ import self as self;
|
| import "dart:core" as core;
|
|
|
| abstract class A extends core::Object {
|
| - constructor •() → void
|
| + default constructor •() → void
|
| ;
|
| abstract get x() → core::int;
|
| abstract set x(core::double value) → void;
|
| }
|
| class B extends self::A {
|
| field dynamic x;
|
| - constructor •() → void
|
| + default constructor •() → void
|
| ;
|
| }
|
| static method main() → dynamic
|
|
|