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