aboutsummaryrefslogtreecommitdiff
path: root/internal/lsp/testdata/stub/stub_stdlib.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/lsp/testdata/stub/stub_stdlib.go')
-rw-r--r--internal/lsp/testdata/stub/stub_stdlib.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/internal/lsp/testdata/stub/stub_stdlib.go b/internal/lsp/testdata/stub/stub_stdlib.go
deleted file mode 100644
index 0d54a6daa..000000000
--- a/internal/lsp/testdata/stub/stub_stdlib.go
+++ /dev/null
@@ -1,9 +0,0 @@
-package stub
-
-import (
- "io"
-)
-
-var _ io.Writer = writer{} //@suggestedfix("w", "refactor.rewrite")
-
-type writer struct{}