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