| Index: pkg/front_end/testcases/inference/infer_final_field_getter_and_setter.dart.outline.expect
|
| diff --git a/pkg/front_end/testcases/inference/infer_final_field_getter_and_setter.dart.outline.expect b/pkg/front_end/testcases/inference/infer_final_field_getter_and_setter.dart.outline.expect
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..4d15c82157c2160dcdc107d0adc78e83f98cfe06
|
| --- /dev/null
|
| +++ b/pkg/front_end/testcases/inference/infer_final_field_getter_and_setter.dart.outline.expect
|
| @@ -0,0 +1,17 @@
|
| +library test;
|
| +import self as self;
|
| +import "dart:core" as core;
|
| +
|
| +abstract class A extends core::Object {
|
| + constructor •() → void
|
| + ;
|
| + abstract get x() → core::int;
|
| + abstract set x(core::double value) → void;
|
| +}
|
| +class B extends self::A {
|
| + final field dynamic x;
|
| + constructor •(dynamic x) → void
|
| + ;
|
| +}
|
| +static method main() → dynamic
|
| + ;
|
|
|