aboutsummaryrefslogtreecommitdiff
path: root/internal/lsp/testdata/workspacesymbol/b/b.go
blob: 89ce0d92e06eb3336ce9daa0c8e61fa0745b103d (plain)
1
2
3
4
5
6
7
package b

var RandomGopherVariableB = "b" //@symbol("RandomGopherVariableB", "RandomGopherVariableB", "Variable", "", "b.RandomGopherVariableB")

type RandomGopherStructB struct { //@symbol("RandomGopherStructB", "RandomGopherStructB", "Struct", "", "b.RandomGopherStructB")
	Bar int //@mark(bBar, "Bar"), symbol("Bar", "Bar", "Field", "RandomGopherStructB", "b.RandomGopherStructB.Bar")
}