blob: d7a550fc5acba1a002c7a9e240d17d08a0a3e4d1 [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;
synthetic constructor •() self::B<self::B::T*>*
;
}
class C extends self::B<core::num*> {
synthetic constructor •() self::C*
;
}
static method main() void
;