blob: 1a27346b4d96287114f5cf7a6a91b1f5638cbce5 [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
typedef F<T extends core::Object* = dynamic> = (T*) →* void;
class C<T extends core::Object* = dynamic> extends core::Object {
field (self::C::T*) →* void y;
synthetic constructor •() self::C<self::C::T*>*
;
method f(generic-covariant-impl self::C::T* value) void
;
}
static method g(self::C<core::num*>* c) void
;
static method main() void
;