Sign in
go
/
tools
/
fafb6e2e8a4a2af8f8048b66cef2e6316d1b9e3a
/
.
/
cmd
/
guru
/
testdata
/
src
/
referrers
/
int_test.go
blob: 397842bd09476e8548a4351dcc6a77cfff6ce4a7 [
file
]
package main
import "lib"
func _() {
// This reference should be found by the ref-method query.
_ = (lib.Type).Method
// ref from internal test package
_ = notexported
}