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