blob: 731ee5bcf59fad479bae2cdec76e47cfb1bb7adf [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class B extends core::Object {
covariant field core::num x;
synthetic constructor •() void
;
}
class C extends core::Object {
field core::int x;
synthetic constructor •() void
;
}
class D extends self::C implements self::B {
synthetic constructor •() void
;
}
static method main() void
;