blob: 599f411eef2068441ddd02bad3c55d8a0747eca8 [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
typedef F<contravariant T extends core::Object? = dynamic> = (T%) void;
class C<T extends core::Object? = dynamic> extends core::Object {
synthetic constructor •() self::C<self::C::T%>
;
get f1() (self::C::T%) void
;
get f2() core::List<(self::C::T%) void>
;
}
static method g1(self::C<core::num> c) void
;
static method g2(self::C<core::num> c) void
;
static method g3(self::C<core::num> c) void
;
static method main() void
;