blob: b77f816832942afd6bd1a73838fc4bfa10f8443c [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class C extends core::Object {
constructor •() void
;
method m(dynamic x) dynamic
;
method call(dynamic x) dynamic
;
}
static method main() dynamic
;