blob: acfeb300a44552298172e70251aa9d5132b9e853 [file] [log] [blame]
library;
import self as self;
import "dart:core" as core;
class C extends core::Object {
synthetic constructor •() self::C*
;
method f() self::D?
;
method h() void
;
}
class D extends core::Object {
synthetic constructor •() self::D*
;
method g() void
;
}
static method test(self::C x) void
;
static method main() dynamic
;