blob: f2fb3c0413249cab16719177f6df6093033a31ed [file] [log] [blame]
package missingfunction
func consecutiveParams() {
var s string
undefinedConsecutiveParams(s, s) //@suggestedfix("undefinedConsecutiveParams", "quickfix", "")
}