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