blob: 9fd943ffb6d8cdcc23db13e418d17528d55f54ce [file] [log] [blame]
package missingfunction
func errorParam() {
var err error
undefinedErrorParam(err) //@suggestedfix("undefinedErrorParam", "quickfix")
}