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)
}