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