blob: 07f08b7b90a2b4ffd741a6f4b7173a3970602274 [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
;
get x() dynamic
;
}
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 f() dynamic
;
static method main() dynamic
;