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