Sign in
go
/
tools
/
cd7c003cd38984ebf592aa8e4755c832a8d632bf
/
.
/
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)
}