go/internal/lsp/testdata/workspacesymbol/workspacesymbol.go

10 lines
204 B
Go

package workspacesymbol
/*@
workspacesymbol("") // The result is 0 symbols due to the limit(golang.org/cl/220939).
workspacesymbol("randomgophervar",
RandomGopherVariableA,
RandomGopherVariableB,
)
*/