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 / danglingstmt / dangling_if_init_cond.go
1 package danglingstmt
2
3 func _() {
4         if i := 123; foo //@rank(" //", danglingFoo3)
5 }
6
7 func foo3() bool { //@item(danglingFoo3, "foo3", "func() bool", "func")
8         return true
9 }