Sign in
go
/
tools
/
24389d4d0ca5f0b2458e2bcc37605b70d64c581b
/
.
/
internal
/
lsp
/
testdata
/
typeerrors
/
noresultvalues.go
blob: 84234c4b93ae48150ced9d0e5a6c3ccb8f68bef4 [
file
] [
log
] [
blame
]
package typeerrors
func x() { return nil }
//@suggestedfix("nil", "quickfix")
func y() { return nil, "hello" }
//@suggestedfix("nil", "quickfix")