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