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