Home | History | Annotate | Download | only in test

Lines Matching refs:Fooer

752 type Fooer interface {
757 Fooer
761 func LimitFooer(r Fooer, n int64) Fooer { // ERROR "leaking param: r to result ~r2 level=-1$"