1
0
mirror of https://github.com/golang/go synced 2024-10-01 13:18:33 -06:00
go/internal/lsp/testdata/errors/errors.go

11 lines
153 B
Go
Raw Normal View History

package errors
import (
"golang.org/x/tools/internal/lsp/types"
)
func _() {
bob.Bob() //@complete(".")
types.b //@complete(" //", Bob_interface)
}