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 / keywords / empty_switch.go
1 package keywords
2
3 func _() {
4         switch {
5                 //@complete("", case, default)
6         }
7
8         switch test.(type) {
9                 d //@complete(" //", default)
10         }
11 }