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