blob: ed0682956974ffcad4709460577a7bb90fd6d530 [file] [log] [blame]
library test /*isNonNullableByDefault*/;
import self as self;
import "dart:core" as core;
class I extends core::Object {
synthetic constructor •() self::I
;
method g() core::bool
;
}
abstract class C extends core::Object implements self::I {
synthetic constructor •() self::C
;
}
static field () core::bool x;
static method f() self::C
;
static method main() dynamic
;