blob: 704851c5eb129d9f77880f92cd3553556de9ef52 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C<T extends core::Object* = dynamic> extends core::Object {
generic-covariant-impl field self::C::T* t;
constructor •(self::C::T* t) self::C<self::C::T*>*
;
}
static method test() dynamic
;
static method main() dynamic
;