blob: 6c0d7048e94a52e5843e98f84cd613366825484f [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class A extends core::Object {
synthetic constructor •() self::A
;
method call(core::String s) core::String
;
}
class B<T extends core::Object? = dynamic> extends core::Object {
synthetic constructor •() self::B<self::B::T%>
;
method call(covariant-by-class self::B::T% t) self::B::T%
;
}
class C extends core::Object {
synthetic constructor •() self::C
;
method call<T extends core::Object? = dynamic>(self::C::call::T% t) self::C::call::T%
;
}
static method test() dynamic
;
static method main() dynamic
;