blob: d8da134948d575f049a91a7f46c550773b52b9e7 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class B extends core::Object {
covariant field core::num x;
synthetic constructor •() self::B
;
}
class C extends core::Object {
field core::int x;
synthetic constructor •() self::C
;
}
class D extends self::C implements self::B {
synthetic constructor •() self::D
;
forwarding-stub set x(covariant core::num _) void
return super.{self::C::x} = _;
}
static method main() void
;