blob: e772afa041aa35114c6f1e219efecf064efe607e [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class Callable extends core::Object {
synthetic constructor •() self::Callable
;
method call() void
;
}
static method id<T extends core::Object? = dynamic>(self::id::T% x) self::id::T%
;
static method foo() dynamic
;
static method main() dynamic
;