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