Sign in
go
/
tools
/
e985f842fa05caad2f3486f0711512aedffbcda8
/
.
/
gopls
/
internal
/
lsp
/
testdata
/
stub
/
stub_pointer.go
blob: fab2cc2678776da2312beb5d7a602788b4148f96 [
file
]
package stub
import "io"
func getReaderFrom() io.ReaderFrom {
return &pointerImpl{}
//@suggestedfix("&", "quickfix", "")
}
type pointerImpl struct{}