aboutsummaryrefslogtreecommitdiff
path: root/gopls/internal/lsp/testdata/testy/testy.go
blob: 1a738d7d7caba214c029d1eff82b29a59d1ebd66 (plain)
1
2
3
4
5
package testy

func a() { //@mark(identA, "a"),item(funcA, "a", "func()", "func"),refs("a", identA, testyA)
	//@complete("", funcA)
}