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