blob: ff863728460dc5f169f17442bc9e4962ee874399 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class B<T extends core::Object = dynamic> extends core::Object {
generic-covariant-impl field self::B::T x = null;
synthetic constructor •() self::B<self::B::T>
: super core::Object::•()
;
}
class C extends self::B<core::num> {
synthetic constructor •() self::C
: super self::B::•()
;
}
static method main() void {}