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_format / noparse_format.go.in
1 // +build go1.11
2
3 package noparse_format //@format("package")
4
5 func what() {
6         var b int
7         if {            hi() //@diag("{", "syntax", "missing condition in if statement", "error")
8         }
9 }