blob: 48fb1964c70e37211408e711d7fcc5433f880794 [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 •() void
;
method test() dynamic
;
}
static method use(dynamic x) dynamic
;
static method main() dynamic
;