Sign in
◑
Theme
go
/
tools
/
58b9e2e42eb3702fd5aff57a584de3c184e11c3b
/
.
/
internal
/
lsp
/
testdata
/
stub
/
stub_function_return.go
blob: 41f17645e9cf7d08d82ec2d9b24fb677e1bf0833 [
file
]
package stub
import (
"io"
)
func newCloser() io.Closer {
return closer{}
//@suggestedfix("c", "refactor.rewrite", "")
}
type closer struct{}