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