| 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
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7972953ce5962d7f25ad2bbaead93ee8af0065ea
|
| --- /dev/null
|
| +++ b/pkg/front_end/testcases/inference/infer_field_static.dart.outline.expect
|
| @@ -0,0 +1,24 @@
|
| +library test;
|
| +import self as self;
|
| +import "dart:core" as core;
|
| +
|
| +abstract class A extends core::Object {
|
| + constructor •() → void
|
| + ;
|
| + static get x() → core::int
|
| + ;
|
| +}
|
| +class B extends self::A {
|
| + static field dynamic x;
|
| + constructor •() → void
|
| + ;
|
| +}
|
| +class C extends self::A {
|
| + static field dynamic x;
|
| + constructor •() → void
|
| + ;
|
| +}
|
| +static method f() → dynamic
|
| + ;
|
| +static method main() → dynamic
|
| + ;
|
|
|