Searched defs:RG (Results 1 – 3 of 3) sorted by relevance
| /prebuilts/go/linux-x86/src/internal/types/testdata/fixedbugs/ |
| D | issue50929.go | 30 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] {
|
| D | issue51232.go | 25 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/ |
| D | issue51232.go | 27 func NewConcrete[RCT RC[RG], RG any](Rc RCT) F[RCT] { // ERROR "not enough type arguments for type …
|