Sign in
go
/
tools
/
cde25b3a5f510d17c71f35d7fe6a511dace4b7fc
/
.
/
internal
/
lsp
/
testdata
/
godef
/
a
/
a_test.go
blob: 77bd633b6c0a083e5c05421ad170cd3fbe79ba72 [
file
]
package a
import (
"testing"
)
func TestA(t *testing.T) {
//@TestA,godef(TestA, TestA)
}