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