blob: 391f9a2a626aa8fbc62af6b91584dfb9d63d3487 [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 {}
}
class A2 extends core::Object {
}
method A2|method2(final self::A1* #this) → void
return #this.{self::A1::method1}();
method A2|method3(final self::A1* #this) → core::Object*
return #this.{self::A1::field};
method A2|method4(final self::A1* #this, core::Object* o) → void {
#this.{self::A1::field} = o;
}
static method main() dynamic {}