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