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