some deletions
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201028153306-37f0764111ff / internal / lsp / testdata / builtins / constants.go
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.0.0-20201028153306-37f0764111ff/internal/lsp/testdata/builtins/constants.go b/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.0.0-20201028153306-37f0764111ff/internal/lsp/testdata/builtins/constants.go
deleted file mode 100644 (file)
index 7ad07bd..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-package builtins
-
-func _() {
-       const (
-               foo = iota //@complete(" //", iota)
-       )
-
-       iota //@complete(" //")
-
-       var iota int //@item(iotaVar, "iota", "int", "var")
-
-       iota //@complete(" //", iotaVar)
-}
-
-func _() {
-       var twoRedUpEnd bool //@item(TRUEVar, "twoRedUpEnd", "bool", "var")
-
-       var _ bool = true //@rank(" //", _true, TRUEVar)
-}