blob: ed9baff292007d8f27fb553a4d75e62e4fbcecf7 [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 = null;
synthetic constructor •() void
: super core::Object::•()
;
}
class C extends core::Object {
field core::num x = null;
synthetic constructor •() void
: super core::Object::•()
;
}
class D extends self::C implements self::B<core::num> {
synthetic constructor •() void
: super self::C::•()
;
}
static method main() void {}