Sign in
go
/
tools
/
6ce74ceaddcc4ff081d22ae134f4264a667d394f
/
.
/
gopls
/
internal
/
lsp
/
testdata
/
missingfunction
/
selector.go
blob: 93a04027138e9c810d2c17eca7dcefceff3382d8 [
file
] [
log
] [
blame
]
package missingfunction
func selector() {
m := map[int]bool{}
undefinedSelector(m[1])
//@suggestedfix("undefinedSelector", "quickfix", "")
}