| library; | |
| import self as self; | |
| import "dart:core" as core; | |
| class C<T extends core::Object? = dynamic> extends core::Object { | |
| synthetic constructor •() → self::C<self::C::T%> | |
| ; | |
| method foo<covariant-by-class E extends self::C::T%>(core::List<self::C::foo::E%> list) → dynamic | |
| ; | |
| method method<covariant-by-class F extends self::C::T%>(core::List<self::C::method::F%> list) → core::List<self::C::method::F%> | |
| ; | |
| } | |
| static method main() → dynamic | |
| ; |