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