aboutsummaryrefslogtreecommitdiff
path: root/internal/lsp/testdata/implementation/other/other_test.go
blob: 846e0d591dbc301caca8cf5764b97c3b9843fd29 (plain)
1
2
3
4
5
6
7
8
9
10
package other

import (
	"testing"
)

// This exists so the other.test package comes into existence.

func TestOther(t *testing.T) {
}