Sign in
go
/
tools
/
c9d3e7de13fd8fbe175ece8f54ebf90daaa622f7
/
.
/
go
/
analysis
/
passes
/
tests
/
testdata
/
src
/
a
/
ax_test.go
blob: 982e6a10cece8389cd4bb4c9f80ad5864849d4a3 [
file
]
package a_test
import _ "a"
func ExampleFoo() {}
// OK because a.Foo exists
func ExampleBar() {}
// want "ExampleBar refers to unknown identifier: Bar"