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 / godef / b / c.go
1 package b
2
3 // This is the in-editor version of the file.
4 // The on-disk version is in c.go.saved.
5
6 var _ = S1{ //@godef("S1", S1)
7         F1: 99, //@godef("F1", S1F1)
8 }