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