blob: cfc2e4523bc4a66e14a4c4fd746f19ada713d88f [file] [log] [blame]
library;
import self as self;
import "org-dartlang-testcase:///main_lib.dart";
static method main() void
;
library;
import self as self2;
import "dart:core" as core;
class DynamicDispatchRegistry<T extends core::Function* = core::Function*> extends core::Object {
synthetic constructor •() self2::DynamicDispatchRegistry<self2::DynamicDispatchRegistry::T*>*
;
method register(generic-covariant-impl self2::DynamicDispatchRegistry::T* function) self2::DynamicDispatchRegistry::T*
;
abstract member-signature get _identityHashCode() core::int*; -> core::Object::_identityHashCode
abstract member-signature method _instanceOf(dynamic instantiatorTypeArguments, dynamic functionTypeArguments, dynamic type) core::bool*; -> core::Object::_instanceOf
abstract member-signature method _simpleInstanceOf(dynamic type) core::bool*; -> core::Object::_simpleInstanceOf
abstract member-signature method _simpleInstanceOfTrue(dynamic type) core::bool*; -> core::Object::_simpleInstanceOfTrue
abstract member-signature method _simpleInstanceOfFalse(dynamic type) core::bool*; -> core::Object::_simpleInstanceOfFalse
abstract member-signature operator ==(dynamic other) core::bool*; -> core::Object::==
abstract member-signature get hashCode() core::int*; -> core::Object::hashCode
abstract member-signature method toString() core::String*; -> core::Object::toString
abstract member-signature method noSuchMethod(core::Invocation* invocation) dynamic; -> core::Object::noSuchMethod
abstract member-signature get runtimeType() core::Type*; -> core::Object::runtimeType
}
class Registry extends self2::DynamicDispatchRegistry<({x: core::int*}) →* core::int*> {
synthetic constructor •() self2::Registry*
;
}