blob: bd9af0eb7d08f2df43f627725be98763e92374af [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 = 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 {}