mirror of
https://github.com/golang/go
synced 2024-11-19 02:44:44 -07:00
58bb5bbe30
Find references to identifiers in both a package and its test package. Change-Id: I9d9da4aa37c36c448336aed044df79cfd1c903f1 Reviewed-on: https://go-review.googlesource.com/c/tools/+/183990 Run-TryBot: Suzy Mueller <suzmue@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Rebecca Stambler <rstambler@golang.org>
6 lines
130 B
Go
6 lines
130 B
Go
package testy
|
|
|
|
func a() { //@mark(identA, "a"),item(funcA, "a()", "", "func"),refs("a", identA, testyA)
|
|
//@complete("", funcA)
|
|
}
|