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

9 lines
92 B
Go

package a
import (
"testing"
)
func TestA(t *testing.T) { //@TestA,godef(TestA, TestA)
}