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