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