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