Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201105173854-bc9fc8d8c4bc / internal / lsp / testdata / references / another / another.go
1 // Package another has another type.
2 package another
3
4 import (
5         other "golang.org/x/tools/internal/lsp/references/other"
6 )
7
8 func _() {
9         xes := other.GetXes()
10         for _, x := range xes {
11                 _ = x.Y //@mark(anotherXY, "Y"),refs("Y", typeXY, anotherXY, GetXesY)
12         }
13 }