blob: 64163de0774d19a2bd76f0b8c6a00a7e8861afb8 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class B extends core::Object {
covariant field core::num x;
synthetic constructor •() self::B
;
}
class C extends core::Object {
field core::int x;
synthetic constructor •() self::C
;
}
class D extends self::C implements self::B {
synthetic constructor •() self::D
;
}
static method main() void
;