blob: c33f58600d0a957469fe8610d4af59fcfd8f90b0 [file] [log] [blame]
library /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class Class extends core::Object {
synthetic constructor •() self::Class
;
method noSuchMethod(core::Invocation i) dynamic
;
}
extension ClassExtension on self::Class {
method method = self::ClassExtension|method;
tearoff method = self::ClassExtension|get#method;
}
extension Extension on dynamic {
method method = self::Extension|method;
tearoff method = self::Extension|get#method;
}
static method ClassExtension|method(lowered final self::Class #this) → core::int
;
static method ClassExtension|get#method(lowered final self::Class #this) → () → core::int
return () core::int => self::ClassExtension|method(#this);
static method Extension|method(lowered final dynamic #this) → core::int
;
static method Extension|get#method(lowered final dynamic #this) → () → core::int
return () core::int => self::Extension|method(#this);
static method main() dynamic
;
static method expect(dynamic expected, dynamic actual) dynamic
;