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