blob: ca3e5cf94a18a9ef3b695708eeb0084d1d886d98 [file] [log] [blame]
library test;
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() void
;
}
static method main() dynamic
;