github.com/powerman/golang-tools@v0.1.11-0.20220410185822-5ad214d8d803/internal/lsp/testdata/godef/a/a_x_test.go (about) 1 package a_test 2 3 import ( 4 "testing" 5 ) 6 7 func TestA2(t *testing.T) { //@TestA2,godef(TestA2, TestA2) 8 Nonexistant() //@diag("Nonexistant", "compiler", "undeclared name: Nonexistant", "error") 9 }