blob: 54681168e976ff5650fe53061eb937f2f49bfc6b [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
extension /* unnamed */ _extension#0 on core::Object {
get setter = self::_extension#0|get#setter;
set getter = self::_extension#0|set#getter;
}
inline class InlineClass /* declaredRepresentationType = core::int */ {
method test = self::InlineClass|test;
tearoff test = self::InlineClass|get#test;
operator + = self::InlineClass|+;
operator unary- = self::InlineClass|unary-;
operator [] = self::InlineClass|[];
operator []= = self::InlineClass|[]=;
get getter = self::InlineClass|get#getter;
method method = self::InlineClass|method;
tearoff method = self::InlineClass|get#method;
method genericMethod = self::InlineClass|genericMethod;
tearoff genericMethod = self::InlineClass|get#genericMethod;
method call = self::InlineClass|call;
tearoff call = self::InlineClass|get#call;
set setter = self::InlineClass|set#setter;
constructor = self::InlineClass|;
}
static method _extension#0|get#setter(lowered final core::Object #this) → core::int
;
static method _extension#0|set#getter(lowered final core::Object #this, core::int value) → void
;
static method InlineClass|(core::int it) self::InlineClass
;
static method InlineClass|test(lowered final self::InlineClass #this) → dynamic
;
static method InlineClass|get#test(lowered final self::InlineClass #this) → () → dynamic
return () dynamic => self::InlineClass|test(#this);
static method InlineClass|+(lowered final self::InlineClass #this, core::int other) → core::int
;
static method InlineClass|unary-(lowered final self::InlineClass #this) → core::int
;
static method InlineClass|[](lowered final self::InlineClass #this, core::int index) → core::int
;
static method InlineClass|[]=(lowered final self::InlineClass #this, core::int index, core::int value) → void
;
static method InlineClass|get#getter(lowered final self::InlineClass #this) → core::int
;
static method InlineClass|method(lowered final self::InlineClass #this) → core::int
;
static method InlineClass|get#method(lowered final self::InlineClass #this) → () → core::int
return () core::int => self::InlineClass|method(#this);
static method InlineClass|set#setter(lowered final self::InlineClass #this, core::int value) → void
;
static method InlineClass|genericMethod<T extends core::Object? = dynamic>(lowered final self::InlineClass #this, self::InlineClass|genericMethod::T% t) → self::InlineClass|genericMethod::T%
;
static method InlineClass|get#genericMethod(lowered final self::InlineClass #this) → <T extends core::Object? = dynamic>(T%) → T%
return <T extends core::Object? = dynamic>(T% t) T% => self::InlineClass|genericMethod<T%>(#this, t);
static method InlineClass|call(lowered final self::InlineClass #this) → core::int
;
static method InlineClass|get#call(lowered final self::InlineClass #this) → () → core::int
return () core::int => self::InlineClass|call(#this);
static method test(self::InlineClass ic) dynamic
;