.gitignore added
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.1.0 / 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")