blob: 74b02e7be401d265096a4d8c1d0f854a83178dc4 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
typedef Func = () →* void;
class C<T extends core::Object* = dynamic> extends core::Object {
synthetic constructor •() self::C<self::C::T*>*
;
method test() dynamic
;
}
static method use(dynamic x) dynamic
;
static method main() dynamic
;