1
0
mirror of https://github.com/golang/go synced 2024-10-01 16:38:34 -06:00
go/internal/lsp/testdata/implementation/other/other_test.go

11 lines
135 B
Go
Raw Normal View History

package other
import (
"testing"
)
// This exists so the other.test package comes into existence.
func TestOther(t *testing.T) {
}