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