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