blob: e2dcbf575a72c101aa35e68a49b656e4c2eebfab [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class A1 extends core::Object {
field core::int* _instanceField;
static field core::int* _staticField;
synthetic constructor •() self::A1*
;
method getInstanceField() core::int*
;
method setInstanceField(core::int* value) void
;
static method getStaticField() core::int*
;
static method setStaticField(core::int* value) 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
}
extension A2 on self::A1* {
get instanceProperty = self::A2|get#instanceProperty;
operator + = self::A2|+;
operator - = self::A2|-;
operator unary- = self::A2|unary-;
static field staticField = self::A2|staticField;
static get staticProperty = get self::A2|staticProperty;
set instanceProperty = self::A2|set#instanceProperty;
static set staticProperty = set self::A2|staticProperty;
}
static field core::int* A2|staticField;
static method A2|get#instanceProperty(lowered final self::A1* #this) → core::int*
;
static method A2|set#instanceProperty(lowered final self::A1* #this, core::int* value) → void
;
static method A2|+(lowered final self::A1* #this, core::int* value) → core::int*
;
static method A2|-(lowered final self::A1* #this, core::int* value) → core::int*
;
static method A2|unary-(lowered final self::A1* #this) → core::int*
;
static get A2|staticProperty() core::int*
;
static set A2|staticProperty(core::int* value) void
;
static method main() dynamic
;