blob: 64fa77138d4f18516a7cbe7b89ee2429c979f672 [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() core::int
;
}
abstract class B extends core::Object implements self::C {
synthetic constructor •() self::B
;
abstract get x() core::int;
}
abstract class C extends core::Object {
synthetic constructor •() self::C
;
abstract get x() core::int;
}
static method f() dynamic
;
static method main() dynamic
;