blob: 08b2bca325253adc9846e065f2a5bdaf2ae7b5fe [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class A1 extends core::Object {
field core::Object* field = null;
synthetic constructor •() self::A1*
: super core::Object::•()
;
method method1() void {}
abstract member-signature get /* from org-dartlang-sdk:///sdk/lib/_internal/vm/lib/object_patch.dart */ _identityHashCode() core::int*; -> core::Object::_identityHashCode
abstract member-signature method /* from org-dartlang-sdk:///sdk/lib/_internal/vm/lib/object_patch.dart */ _instanceOf(dynamic instantiatorTypeArguments, dynamic functionTypeArguments, dynamic type) core::bool*; -> core::Object::_instanceOf
abstract member-signature method /* from org-dartlang-sdk:///sdk/lib/_internal/vm/lib/object_patch.dart */ _simpleInstanceOf(dynamic type) core::bool*; -> core::Object::_simpleInstanceOf
abstract member-signature method /* from org-dartlang-sdk:///sdk/lib/_internal/vm/lib/object_patch.dart */ _simpleInstanceOfTrue(dynamic type) core::bool*; -> core::Object::_simpleInstanceOfTrue
abstract member-signature method /* from org-dartlang-sdk:///sdk/lib/_internal/vm/lib/object_patch.dart */ _simpleInstanceOfFalse(dynamic type) core::bool*; -> core::Object::_simpleInstanceOfFalse
abstract member-signature operator /* from org-dartlang-sdk:///sdk/lib/_internal/vm/lib/object_patch.dart */ ==(dynamic other) core::bool*; -> core::Object::==
abstract member-signature get /* from org-dartlang-sdk:///sdk/lib/_internal/vm/lib/object_patch.dart */ hashCode() core::int*; -> core::Object::hashCode
abstract member-signature method /* from org-dartlang-sdk:///sdk/lib/_internal/vm/lib/object_patch.dart */ toString() core::String*; -> core::Object::toString
abstract member-signature method /* from org-dartlang-sdk:///sdk/lib/_internal/vm/lib/object_patch.dart */ noSuchMethod(core::Invocation* invocation) dynamic; -> core::Object::noSuchMethod
abstract member-signature get /* from org-dartlang-sdk:///sdk/lib/_internal/vm/lib/object_patch.dart */ runtimeType() core::Type*; -> core::Object::runtimeType
}
extension A2 on self::A1* {
method method2 = self::A2|method2;
tearoff method2 = self::A2|get#method2;
method method3 = self::A2|method3;
tearoff method3 = self::A2|get#method3;
method method4 = self::A2|method4;
tearoff method4 = self::A2|get#method4;
}
static method A2|method2(final self::A1* #this) → void
return #this.{self::A1::method1}();
static method A2|get#method2(final self::A1* #this) → () →* void
return () void => self::A2|method2(#this);
static method A2|method3(final self::A1* #this) → core::Object*
return #this.{self::A1::field};
static method A2|get#method3(final self::A1* #this) → () →* core::Object*
return () core::Object* => self::A2|method3(#this);
static method A2|method4(final self::A1* #this, core::Object* o) → void {
#this.{self::A1::field} = o;
}
static method A2|get#method4(final self::A1* #this) → (core::Object*) →* void
return (core::Object* o) void => self::A2|method4(#this, o);
static method main() dynamic {}