aboutsummaryrefslogtreecommitdiff
path: root/internal/lsp/testdata/godef/b/h.go
blob: c8cbe850f9caa81f49b9036e6517f34563e26abc (plain)
1
2
3
4
5
6
7
8
9
10
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)
}