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