Sign in
go
/
tools
/
b182fdeb5a9e86b7d7857fecea90d70768bd9672
/
.
/
internal
/
lsp
/
testdata
/
godef
/
b
/
h.go
blob: c8cbe850f9caa81f49b9036e6517f34563e26abc [
file
] [
log
] [
blame
]
package b
import . "golang.org/x/tools/internal/lsp/godef/a"
func _() {
// variable of type a.A
var _ A
//@mark(AVariable, "_"),hoverdef("_", AVariable)
AStuff()
//@hoverdef("AStuff", AStuff)
}