| Index: pkg/front_end/testcases/inference_new/infer_instance_accessor_ref.dart.outline.expect
|
| diff --git a/pkg/front_end/testcases/inference_new/infer_instance_accessor_ref.dart.outline.expect b/pkg/front_end/testcases/inference_new/infer_instance_accessor_ref.dart.outline.expect
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c7d3c380701dd3e59ccedf34383b9f1e4d549824
|
| --- /dev/null
|
| +++ b/pkg/front_end/testcases/inference_new/infer_instance_accessor_ref.dart.outline.expect
|
| @@ -0,0 +1,30 @@
|
| +library test;
|
| +import self as self;
|
| +import "dart:core" as core;
|
| +
|
| +class A extends core::Object {
|
| + field self::B b;
|
| + constructor •() → void
|
| + ;
|
| +}
|
| +class B extends core::Object {
|
| + constructor •() → void
|
| + ;
|
| + get c() → self::C
|
| + ;
|
| + method set(self::C value) → void
|
| + ;
|
| +}
|
| +class C extends core::Object {
|
| + constructor •() → void
|
| + ;
|
| +}
|
| +class D extends self::C {
|
| + constructor •() → void
|
| + ;
|
| +}
|
| +static field dynamic a;
|
| +static field dynamic x;
|
| +static field dynamic y;
|
| +static method main() → dynamic
|
| + ;
|
|
|