Sign in
go
/
tools
/
43cce678a1932ffe0f15982da862f7e775426889
/
.
/
internal
/
lsp
/
testdata
/
unimported
/
x_test.go
blob: 681dcb2536d7b1e1400d5728861ff4e645722238 [
file
] [
log
] [
blame
]
package unimported_test
import (
"testing"
)
func TestSomething(t *testing.T) {
_ = unimported.TestExport
//@unimported("TestExport", testexport)
}