blob: 3b4443303f3e400be1aa75cc5e25f745c5314887 [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class C<X extends (self::C::X%) →? void = (Never) →? void> extends core::Object {
generic-covariant-impl field self::C::X% x;
constructor •(self::C::X% x) self::C<self::C::X%>
;
method m() void
;
}
static field core::bool b;
static method f(core::Object o) void
;
static method main() dynamic
;