| Index: pkg/front_end/testcases/runtime_checks/covariant_generic_parameter_tear_off.dart.outline.expect
|
| diff --git a/pkg/front_end/testcases/runtime_checks/covariant_generic_parameter_tear_off.dart.outline.expect b/pkg/front_end/testcases/runtime_checks/covariant_generic_parameter_tear_off.dart.outline.expect
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a4f4c0bc61aa55ebdc67c53e7b99943333fbcc39
|
| --- /dev/null
|
| +++ b/pkg/front_end/testcases/runtime_checks/covariant_generic_parameter_tear_off.dart.outline.expect
|
| @@ -0,0 +1,19 @@
|
| +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 f(self::C::T x) → void
|
| + ;
|
| +}
|
| +static method g1(self::C<core::num> c) → void
|
| + ;
|
| +static method g2(self::C<core::int> c, core::Object x) → void
|
| + ;
|
| +static method test() → void
|
| + ;
|
| +static method main() → dynamic
|
| + ;
|
|
|