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