blob: 091d7c9d8dfdb5ca989e389762afd9c2693c7f0f [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::num*
return null;
abstract member-signature get _identityHashCode() core::int*;
abstract member-signature method _instanceOf(dynamic instantiatorTypeArguments, dynamic functionTypeArguments, dynamic type) core::bool*;
abstract member-signature method _simpleInstanceOf(dynamic type) core::bool*;
abstract member-signature method _simpleInstanceOfTrue(dynamic type) core::bool*;
abstract member-signature method _simpleInstanceOfFalse(dynamic type) core::bool*;
abstract member-signature operator ==(dynamic other) core::bool*;
abstract member-signature get hashCode() core::int*;
abstract member-signature method toString() core::String*;
abstract member-signature method noSuchMethod(core::Invocation* invocation) dynamic;
abstract member-signature get runtimeType() core::Type*;
}
class C extends self::B {
synthetic constructor •() self::C*
: super self::B::•()
;
operator [](core::Object* x) core::int*
return null;
method h() void {
core::num* x = super.{self::B::[]}(self::f<core::int*>());
}
}
static method f<T extends core::Object* = dynamic>() self::f::T*
return null;
static method main() dynamic {}