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