blob: 0819186a8c3061f5abb1ba0b69cd76fe148748ec [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class A1 extends core::Object {
field core::Object* field;
synthetic constructor •() self::A1*
;
method method1() void
;
}
extension A2 on self::A1* {
method method2 = self::A2|method2;
method method3 = self::A2|method3;
method method4 = self::A2|method4;
}
static method A2|method2(final self::A1* #this) → void
;
static method A2|method3(final self::A1* #this) → core::Object*
;
static method A2|method4(final self::A1* #this, core::Object* o) → void
;
static method main() dynamic
;