go/internal/lsp/testdata/godef/a/a_x_test.go

10 lines
192 B
Go

package a_test
import (
"testing"
)
func TestA2(t *testing.T) { //@TestA2,godef(TestA2, TestA2)
Nonexistant() //@diag("Nonexistant", "compiler", "undeclared name: Nonexistant", "error")
}