go/internal/lsp/testdata/implementation/other/other_test.go

11 lines
135 B
Go

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