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