blob: 3bea51177fab395886d09bdaf9e2831204fe5fd7 [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-by-declaration core::int? value) void
;
}
class E extends core::Object implements self::D {
covariant-by-declaration field core::int? x;
synthetic constructor •() self::E
;
}
static method main() dynamic
;