blob: 079c7dd6dda3335472a030a0221bf32ffad2ba6e [file] [log] [blame]
library test /*isNonNullableByDefault*/;
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
;