blob: 25b35b1905845afa7ce15989396619b859d05251 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class Class extends core::Object {
synthetic constructor •() self::Class
;
set call(dynamic _) void
;
}
extension /* unnamed */ _extension#0 on dynamic {
set call = self::_extension#0|set#call;
}
extension /* unnamed */ _extension#1 on self::Class? {
method call = self::_extension#1|call;
method tearoff call = self::_extension#1|get#call;
}
static extension-member method _extension#0|set#call(lowered final dynamic #this, dynamic _) → void
;
static extension-member method _extension#1|call(lowered final self::Class? #this) → void
;
static extension-member method _extension#1|get#call(lowered final self::Class? #this) → () → void
return () void => self::_extension#1|call(#this);
static method method(core::Function f1, () void f2, self::Class c1, self::Class? c2) dynamic
;