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