| Index: pkg/front_end/testcases/inference/field_initializer_context_implicit.dart.outline.expect
|
| diff --git a/pkg/front_end/testcases/inference/field_initializer_context_implicit.dart.outline.expect b/pkg/front_end/testcases/inference/field_initializer_context_implicit.dart.outline.expect
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6fbdc1cbce32f7d99688a53cdf09acb29fcd1726
|
| --- /dev/null
|
| +++ b/pkg/front_end/testcases/inference/field_initializer_context_implicit.dart.outline.expect
|
| @@ -0,0 +1,18 @@
|
| +library test;
|
| +import self as self;
|
| +import "dart:core" as core;
|
| +
|
| +class C extends core::Object implements self::B {
|
| + final field dynamic x;
|
| + constructor •() → void
|
| + ;
|
| +}
|
| +abstract class B extends core::Object {
|
| + default constructor •() → void
|
| + ;
|
| + abstract get x() → core::int;
|
| +}
|
| +static method f<T extends core::Object>() → self::f::T
|
| + ;
|
| +static method main() → dynamic
|
| + ;
|
|
|