blob: 9bb0a3dbdf9eb20f09c5edb318cc244f46fdff99 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class A<T extends core::Object* = dynamic> extends core::Object {
generic-covariant-impl field self::A<self::A::T*>* f;
constructor •() self::A<self::A::T*>*
;
static factory factory<T extends core::Object* = dynamic>() self::A<self::A::factory::T*>*
;
method m() self::A<self::A::T*>*
;
}
static method main() dynamic
;