blob: c58ea8f4dacea93f187a06a628bb7a1a768fc953 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class C<T extends core::Object = dynamic> extends core::Object {
const constructor •() void
;
static method staticMethod() self::C<dynamic>
;
method instanceMethod() self::C<self::C::T>
;
}
static method main() dynamic
;