Sign in
go
/
tools.git
/
3fca6a08d78fa36fb3aefda4bfc6e6ed869558d2
/
.
/
internal
/
lsp
/
testdata
/
missingfunction
/
selector.go
blob: afd1ab61f3a8b5c683a47f70b04cb309d54d786f [
file
]
package missingfunction
func selector() {
m := map[int]bool{}
undefinedSelector(m[1])
//@suggestedfix("undefinedSelector", "quickfix")
}