blob: 27f223be077e3d932fb7d13268b70e61205efdc8 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
typedef F<T extends core::Object> = (T) void;
class C<T extends core::Object> extends core::Object {
field (self::C::T) void y;
synthetic constructor •() void
;
method f() void
;
}
static method g(self::C<core::num> c) void
;
static method main() void
;