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