blob: 34cf16738f85bc7677f3c82f81ca11426f91bfcb [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class B<T extends core::Object? = dynamic> extends core::Object {
covariant-by-class field self::B::T% x = throw "";
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 {}