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