aboutsummaryrefslogtreecommitdiff
path: root/internal/lsp/testdata/godef/b/h.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/lsp/testdata/godef/b/h.go')
-rw-r--r--internal/lsp/testdata/godef/b/h.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/internal/lsp/testdata/godef/b/h.go b/internal/lsp/testdata/godef/b/h.go
deleted file mode 100644
index c8cbe850f..000000000
--- a/internal/lsp/testdata/godef/b/h.go
+++ /dev/null
@@ -1,10 +0,0 @@
-package b
-
-import . "golang.org/x/tools/internal/lsp/godef/a"
-
-func _() {
- // variable of type a.A
- var _ A //@mark(AVariable, "_"),hoverdef("_", AVariable)
-
- AStuff() //@hoverdef("AStuff", AStuff)
-}