Sign in
go
/
tools
/
51abc5bd865f4a8a94772f911be1a286a32202c3
/
.
/
gopls
/
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)
}