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 / workspacesymbol / workspacesymbol.go
1 package workspacesymbol
2
3 /*@
4 workspacesymbol("") // The result is 0 symbols due to the limit(golang.org/cl/220939).
5 workspacesymbol("randomgophervar",
6         RandomGopherVariableA,
7         RandomGopherVariableB,
8 )
9 */