Searched defs:fakeSlice (Results 1 – 1 of 1) sorted by relevance
121 type fakeSlice struct { struct122 l int123 a *[4]interface{}126 func FooK(args fakeSlice) *int32 { // ERROR "leaking param: args to result ~r0 level=1"