blob: 8b870ab863ae40a7163b9f86a92893ffa85b479e [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
import "dart:async";
class B extends core::Object {
synthetic constructor •() self::B*
: super core::Object::•()
;
operator []=(core::int* x, core::String* y) void {}
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 C extends self::B {
synthetic constructor •() self::C*
: super self::B::•()
;
operator []=(core::Object* x, core::Object* y) void {}
method h() void {
super.{self::B::[]=}(self::f<core::int*>(), self::f<core::String*>());
}
}
static method f<T extends core::Object* = dynamic>() self::f::T*
return null;
static method main() dynamic {}