Closed
Description
Idea came from #46896 (comment)
f.Fuzz takes any
(aka interface{}
) type but the parameter must be a fuction with no return value whose first argument is *T and whose remaining arguments match the matching testin.F.Add call.
Add an analyzer to detect misuse of Fuzz API.