blob: 72c6ce507df056391c47713489ece9672043f045 [file] [log] [blame]
library test /*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 f(covariant-by-class self::C::T? x) void
;
}
static method g1(self::C<core::num> c) void
;
static method g2(self::C<core::int> c) void
;
static method g3(self::C<core::num> c) void
;
static method main() dynamic
;