Sign in
go
/
tools
/
3f065121dd55ee4a3e4a1d483cbbc9acd064974c
/
.
/
internal
/
lsp
/
testdata
/
godef
/
a
/
a_x_test.go
blob: 4631eba2c0aa82caba4f2b9fabd566c248182f6a [
file
] [
log
] [
blame
]
package a_test
import (
"testing"
)
func TestA2(t *testing.T) {
//@TestA2,godef(TestA2, TestA2)
Nonexistant()
//@diag("Nonexistant", "compiler", "undeclared name: Nonexistant", "error")
}