blob: fa89fb87b274b695c9fb75cdf66a092d8dafbea2 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class A extends core::Object implements self::B {
field dynamic x;
synthetic constructor •() void
;
}
abstract class B extends core::Object implements self::C {
synthetic constructor •() void
;
abstract get x() dynamic;
}
abstract class C extends core::Object {
synthetic constructor •() void
;
abstract get x() core::int;
}
static method main() dynamic
;