.gitignore added
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.1.0 / 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 }