go/internal/lsp/testdata/references/refs_test.go

11 lines
144 B
Go

package references
import (
"testing"
)
// This test exists to bring the test package into existence.
func TestReferences(t *testing.T) {
}