Sign in
go
/
tools
/
665c9227d976a1d04326dabe85ccc428fc8218bc
/
.
/
gopls
/
internal
/
lsp
/
testdata
/
typeerrors
/
noresultvalues.go
blob: 729e7bbccd4b69e54e52d8735b9e79c5c1ea212e [
file
] [
log
] [
blame
]
package typeerrors
func x() { return nil }
//@suggestedfix("nil", "quickfix", "")
func y() { return nil, "hello" }
//@suggestedfix("nil", "quickfix", "")