Sign in
go
/
tools
/
665c9227d976a1d04326dabe85ccc428fc8218bc
/
.
/
gopls
/
internal
/
lsp
/
testdata
/
errors
/
errors.go
blob: e14cde69e9e041845d2adff13d3303ea10c06222 [
file
] [
log
] [
blame
]
package errors
import (
"golang.org/lsptests/types"
)
func _() {
bob.Bob()
//@complete(".")
types.b
//@complete(" //", Bob_interface)
}