Sign in
go
/
tools
/
81c7dc4e4efa77b1f401e403365b23ca06422ab7
/
.
/
internal
/
lsp
/
testdata
/
missingfunction
/
consecutive_params.go
blob: f2fb3c0413249cab16719177f6df6093033a31ed [
file
]
package missingfunction
func consecutiveParams() {
var s string
undefinedConsecutiveParams(s, s)
//@suggestedfix("undefinedConsecutiveParams", "quickfix", "")
}