Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201105173854-bc9fc8d8c4bc / internal / lsp / testdata / noparse / noparse.go.in
1 package noparse
2
3 func bye(x int) {
4         hi()
5 }
6
7 func stuff() {
8         x := 5
9 }
10
11 func .() {} //@diag(".", "syntax", "expected 'IDENT', found '.'", "error")