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