Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / honnef.co / go / tools@v0.0.1-2020.1.5 / unused / testdata / src / variables / vartype.go
1 package pkg
2
3 type t181025 struct{}
4
5 func (t181025) F() {}
6
7 // package-level variable after function declaration used to trigger a
8 // bug in unused.
9
10 var V181025 t181025