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