library /*isNonNullableByDefault*/; | |
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<generic-covariant-impl E extends self::C::T%>(core::List<self::C::foo::E%> list) → dynamic | |
; | |
method method<generic-covariant-impl F extends self::C::T%>(core::List<self::C::method::F%> list) → core::List<self::C::method::F%> | |
; | |
} | |
static method main() → dynamic | |
; |