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 / 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 }