blob: 28744137d3f233a9b225afbcf65997c9b197c473 [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
;