aboutsummaryrefslogtreecommitdiff
path: root/internal/lsp/testdata/references/another/another.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/lsp/testdata/references/another/another.go')
-rw-r--r--internal/lsp/testdata/references/another/another.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/internal/lsp/testdata/references/another/another.go b/internal/lsp/testdata/references/another/another.go
deleted file mode 100644
index 47bda1e4a..000000000
--- a/internal/lsp/testdata/references/another/another.go
+++ /dev/null
@@ -1,13 +0,0 @@
-// Package another has another type.
-package another
-
-import (
- other "golang.org/x/tools/internal/lsp/references/other"
-)
-
-func _() {
- xes := other.GetXes()
- for _, x := range xes { //@mark(defX, "x")
- _ = x.Y //@mark(useX, "x"),mark(anotherXY, "Y"),refs("Y", typeXY, anotherXY, GetXesY),refs(".", defX, useX),refs("x", defX, useX)
- }
-}