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