| Index: pkg/front_end/testcases/runtime_checks_new/derived_class_typed.dart.outline.expect
|
| diff --git a/pkg/front_end/testcases/runtime_checks_new/derived_class_typed.dart.outline.expect b/pkg/front_end/testcases/runtime_checks_new/derived_class_typed.dart.outline.expect
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..096ea94826f4790ecd891730b7f1559a7df42690
|
| --- /dev/null
|
| +++ b/pkg/front_end/testcases/runtime_checks_new/derived_class_typed.dart.outline.expect
|
| @@ -0,0 +1,22 @@
|
| +library test;
|
| +import self as self;
|
| +import "dart:core" as core;
|
| +
|
| +class B<T extends core::Object> extends core::Object {
|
| + default constructor •() → void
|
| + ;
|
| + method f(self::B::T x) → void
|
| + ;
|
| +}
|
| +class C extends self::B<core::int> {
|
| + default constructor •() → void
|
| + ;
|
| +}
|
| +static method g1(self::B<core::num> b) → void
|
| + ;
|
| +static method g2(self::C c) → void
|
| + ;
|
| +static method test() → void
|
| + ;
|
| +static method main() → void
|
| + ;
|
|
|