blob: c2776a03a5159ef2d9654afcacf6d55955da1d31 [file] [log] [blame]
package b
import . "golang.org/x/tools/internal/lsp/godef/a"
func _() {
// variable of type a.A
var _ A //@mark(AVariable, "_"),hover("_", AVariable)
AStuff() //@hover("AStuff", AStuff)
}