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