blob: 51dfc60a0fa44505670ebddef93769dad1cc57e7 [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
;