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