| Index: pkg/front_end/testcases/runtime_checks/contravariant_generic_return.dart.outline.expect
|
| diff --git a/pkg/front_end/testcases/runtime_checks/contravariant_generic_return.dart.outline.expect b/pkg/front_end/testcases/runtime_checks/contravariant_generic_return.dart.outline.expect
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f415fc9f4262cb125d45a2ad4f55113a989789bf
|
| --- /dev/null
|
| +++ b/pkg/front_end/testcases/runtime_checks/contravariant_generic_return.dart.outline.expect
|
| @@ -0,0 +1,21 @@
|
| +library test;
|
| +import self as self;
|
| +import "dart:core" as core;
|
| +
|
| +typedef F<T extends core::Object> = (T) → void;
|
| +class C<T extends core::Object> extends core::Object {
|
| + default constructor •() → void
|
| + ;
|
| + method f1() → (self::C::T) → void
|
| + ;
|
| + method f2() → core::List<(self::C::T) → void>
|
| + ;
|
| +}
|
| +static method g1(self::C<core::num> c) → void
|
| + ;
|
| +static method g2(self::C<core::num> c) → void
|
| + ;
|
| +static method g3(self::C<core::num> c) → void
|
| + ;
|
| +static method main() → void
|
| + ;
|
|
|