aboutsummaryrefslogtreecommitdiff
path: root/internal/lsp/testdata/godef/b/c.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/lsp/testdata/godef/b/c.go')
-rw-r--r--internal/lsp/testdata/godef/b/c.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/internal/lsp/testdata/godef/b/c.go b/internal/lsp/testdata/godef/b/c.go
deleted file mode 100644
index c8daf6242..000000000
--- a/internal/lsp/testdata/godef/b/c.go
+++ /dev/null
@@ -1,8 +0,0 @@
-package b
-
-// This is the in-editor version of the file.
-// The on-disk version is in c.go.saved.
-
-var _ = S1{ //@godef("S1", S1)
- F1: 99, //@godef("F1", S1F1)
-}