blob: c8572b5738f848bf74c56ac5618ea283c6a7c4eb [file] [log] [blame]
library test;
import self as self;
import "dart:core" as core;
class C<T extends core::num* = core::num*> extends core::Object {
generic-covariant-impl field self::C::T* a;
synthetic constructor •() self::C<self::C::T*>*
;
method op(core::int* b) void
;
method opEq(core::int* b) void
;
}
static method main() dynamic
;