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