Home
last modified time | relevance | path

Searched defs:RG (Results 1 – 3 of 3) sorted by relevance

/prebuilts/go/linux-x86/src/internal/types/testdata/fixedbugs/
Dissue50929.go30 type RG[G any] struct{} type
40 func NC[Rc RC[G, RG], G any, RG any](nFn NFn[Rc, G, RG]) { argument
49 … 1, want 2" */ [RG], RG any, G any]() M /* ERROR "not enough type arguments for type" */ [Rc, RG] {
Dissue51232.go25 func NewConcrete[RCT RC[RG], RG any](Rc RCT) F /* ERROR "not enough type arguments for type F: have…
/prebuilts/go/linux-x86/test/typeparam/
Dissue51232.go27 func NewConcrete[RCT RC[RG], RG any](Rc RCT) F[RCT] { // ERROR "not enough type arguments for type …