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