1
0
mirror of https://github.com/golang/go synced 2024-11-19 07:04:43 -07:00
go/internal/lsp/testdata/testy/testy.go

6 lines
130 B
Go
Raw Normal View History

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