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 / cmd / guru / testdata / src / referrers / int_test.go
1 package main
2
3 import "lib"
4
5 func _() {
6         // This reference should be found by the ref-method query.
7         _ = (lib.Type).Method // ref from internal test package
8
9         _ = notexported
10 }