| Index: pkg/front_end/testcases/inference/type_cast.dart.outline.expect
|
| diff --git a/pkg/front_end/testcases/inference/type_cast.dart.outline.expect b/pkg/front_end/testcases/inference/type_cast.dart.outline.expect
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c6ac78218b3a3acada6dcf15c060ca284f5acc73
|
| --- /dev/null
|
| +++ b/pkg/front_end/testcases/inference/type_cast.dart.outline.expect
|
| @@ -0,0 +1,18 @@
|
| +library test;
|
| +import self as self;
|
| +import "dart:core" as core;
|
| +
|
| +class A<T extends core::Object> extends core::Object {
|
| + constructor •() → void
|
| + ;
|
| +}
|
| +class B<T extends core::Object> extends self::A<self::B::T> {
|
| + constructor •() → void
|
| + ;
|
| + method foo() → dynamic
|
| + ;
|
| +}
|
| +static field self::A<core::num> a;
|
| +static field dynamic b;
|
| +static method main() → dynamic
|
| + ;
|
|
|