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

import (
	"io"
)

var _ io.Writer = writer{} //@suggestedfix("w", "refactor.rewrite", "")

type writer struct{}