Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201028153306-37f0764111ff / internal / lsp / testdata / unimported / x_test.go
1 package unimported_test
2
3 import (
4         "testing"
5 )
6
7 func TestSomething(t *testing.T) {
8         _ = unimported.TestExport //@unimported("TestExport", testexport)
9 }