blob: b2531758f7118e9e164c644a960c6884cfb8d720 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class B<T extends core::Object = dynamic> 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
;