blob: 6cba96e01bb73dd505050d4ffe16abc7272e3fc4 [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 self::D {
synthetic constructor •() void
;
set x(core::int value) void
;
}
static method main() dynamic
;