blob: ca9809fb4dfa0034be00a5c45b697b325bf77b86 [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
inline class Class /* declaredRepresentationType = core::int */ {
method instanceMethod = self::Class|instanceMethod;
tearoff instanceMethod = self::Class|get#instanceMethod;
get instanceGetter = self::Class|get#instanceGetter;
method instanceMethod2 = self::Class|instanceMethod2;
tearoff instanceMethod2 = self::Class|get#instanceMethod2;
method genericInstanceMethod = self::Class|genericInstanceMethod;
tearoff genericInstanceMethod = self::Class|get#genericInstanceMethod;
static method staticMethod = self::Class|staticMethod;
static method genericStaticMethod = self::Class|genericStaticMethod;
}
inline class GenericClass<T extends core::Object? = dynamic> /* declaredRepresentationType = T% */ {
method instanceMethod = self::GenericClass|instanceMethod;
tearoff instanceMethod = self::GenericClass|get#instanceMethod;
get instanceGetter = self::GenericClass|get#instanceGetter;
method instanceMethod2 = self::GenericClass|instanceMethod2;
tearoff instanceMethod2 = self::GenericClass|get#instanceMethod2;
method genericInstanceMethod = self::GenericClass|genericInstanceMethod;
tearoff genericInstanceMethod = self::GenericClass|get#genericInstanceMethod;
static method staticMethod = self::GenericClass|staticMethod;
static method genericStaticMethod = self::GenericClass|genericStaticMethod;
}
static method Class|instanceMethod(lowered final self::Class #this) → void
;
static method Class|get#instanceMethod(lowered final self::Class #this) → () → void
return () void => self::Class|instanceMethod(#this);
static method Class|get#instanceGetter(lowered final self::Class #this) → core::int
;
static method Class|instanceMethod2(lowered final self::Class #this, core::String s, [has-declared-initializer core::int i]) → void
;
static method Class|get#instanceMethod2(lowered final self::Class #this) → (core::String, [core::int]) → void
return (core::String s, [core::int i]) void => self::Class|instanceMethod2(#this, s, i);
static method Class|genericInstanceMethod<S extends core::Object? = dynamic>(lowered final self::Class #this, self::Class|genericInstanceMethod::S% s) → self::Class|genericInstanceMethod::S%
;
static method Class|get#genericInstanceMethod(lowered final self::Class #this) → <S extends core::Object? = dynamic>(S%) → S%
return <S extends core::Object? = dynamic>(S% s) S% => self::Class|genericInstanceMethod<S%>(#this, s);
static method Class|staticMethod() void
;
static method Class|genericStaticMethod<S extends core::Object? = dynamic>(self::Class|genericStaticMethod::S% s) self::Class|genericStaticMethod::S%
;
static method GenericClass|instanceMethod<T extends core::Object? = dynamic>(lowered final self::GenericClass<self::GenericClass|instanceMethod::T%> #this) → void
;
static method GenericClass|get#instanceMethod<T extends core::Object? = dynamic>(lowered final self::GenericClass<self::GenericClass|get#instanceMethod::T%> #this) → () → void
return () void => self::GenericClass|instanceMethod<self::GenericClass|get#instanceMethod::T%>(#this);
static method GenericClass|get#instanceGetter<T extends core::Object? = dynamic>(lowered final self::GenericClass<self::GenericClass|get#instanceGetter::T%> #this) → self::GenericClass|get#instanceGetter::T%
;
static method GenericClass|instanceMethod2<T extends core::Object? = dynamic>(lowered final self::GenericClass<self::GenericClass|instanceMethod2::T%> #this, core::String s, {has-declared-initializer core::int i}) → void
;
static method GenericClass|get#instanceMethod2<T extends core::Object? = dynamic>(lowered final self::GenericClass<self::GenericClass|get#instanceMethod2::T%> #this) → (core::String, {i: core::int}) → void
return (core::String s, {core::int i}) void => self::GenericClass|instanceMethod2<self::GenericClass|get#instanceMethod2::T%>(#this, s, i: i);
static method GenericClass|genericInstanceMethod<T extends core::Object? = dynamic, S extends core::Object? = dynamic>(lowered final self::GenericClass<self::GenericClass|genericInstanceMethod::T%> #this, self::GenericClass|genericInstanceMethod::S% s) → self::GenericClass|genericInstanceMethod::S%
;
static method GenericClass|get#genericInstanceMethod<T extends core::Object? = dynamic>(lowered final self::GenericClass<self::GenericClass|get#genericInstanceMethod::T%> #this) → <S extends core::Object? = dynamic>(S%) → S%
return <S extends core::Object? = dynamic>(S% s) S% => self::GenericClass|genericInstanceMethod<self::GenericClass|get#genericInstanceMethod::T%, S%>(#this, s);
static method GenericClass|staticMethod() void
;
static method GenericClass|genericStaticMethod<S extends core::Object? = dynamic>(self::GenericClass|genericStaticMethod::S% s) self::GenericClass|genericStaticMethod::S%
;