blob: 4200c72420d857a9eaffb2f725e3dea5b3fab98b [file] [log] [blame]
library test;
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%>
;
method f<U extends (self::C::T%) void>(self::C::f::U x) void
;
}
static method g(self::C<core::num> c) void
;
static method test() void
;
static method main() void
;