aboutsummaryrefslogtreecommitdiff
path: root/gopls/internal/lsp/testdata/stub/other/other.go
blob: ba3c1747ab719a58c336acfaee7febf7dc669ea6 (plain)
1
2
3
4
5
6
7
8
9
10
package other

import (
	"bytes"
	renamed_context "context"
)

type Interface interface {
	Get(renamed_context.Context) *bytes.Buffer
}