Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201028153306-37f0764111ff / internal / lsp / testdata / typeerrors / noresultvalues.go
1 package typeerrors
2
3 func x() { return nil } //@suggestedfix("nil", "quickfix")
4
5 func y() { return nil, "hello" } //@suggestedfix("nil", "quickfix")