blob: f2c2488d9a9f5ffeda7dbad079da107c18139996 [file] [log] [blame] [edit]
library;
import self as self;
import "dart:core" as core;
class A1 extends core::Object {
synthetic constructor •() self::A1
;
method method1() dynamic
;
}
extension A2 on self::A1 {
method method2 = self::A2|method2;
method tearoff method2 = self::A2|get#method2;
}
static extension-member method A2|method2(lowered final self::A1 #this) → dynamic
;
static extension-member method A2|get#method2(lowered final self::A1 #this) → () → dynamic
return () dynamic => self::A2|method2(#this);
static method main() dynamic
;