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