some deletions
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201105173854-bc9fc8d8c4bc / internal / lsp / testdata / references / other / other.go
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.0.0-20201105173854-bc9fc8d8c4bc/internal/lsp/testdata/references/other/other.go b/.config/coc/extensions/coc-go-data/tools/pkg/mod/golang.org/x/tools@v0.0.0-20201105173854-bc9fc8d8c4bc/internal/lsp/testdata/references/other/other.go
deleted file mode 100644 (file)
index de35cc8..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-package other
-
-import (
-       references "golang.org/x/tools/internal/lsp/references"
-)
-
-func GetXes() []references.X {
-       return []references.X{
-               {
-                       Y: 1, //@mark(GetXesY, "Y"),refs("Y", typeXY, GetXesY, anotherXY)
-               },
-       }
-}
-
-func _() {
-       references.Q = "hello" //@mark(assignExpQ, "Q")
-       bob := func(_ string) {}
-       bob(references.Q) //@mark(bobExpQ, "Q")
-}