aboutsummaryrefslogtreecommitdiff
path: root/internal/lsp/testdata/stub/stub_err.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/lsp/testdata/stub/stub_err.go')
-rw-r--r--internal/lsp/testdata/stub/stub_err.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/internal/lsp/testdata/stub/stub_err.go b/internal/lsp/testdata/stub/stub_err.go
deleted file mode 100644
index 908c7d315..000000000
--- a/internal/lsp/testdata/stub/stub_err.go
+++ /dev/null
@@ -1,7 +0,0 @@
-package stub
-
-func main() {
- var br error = &customErr{} //@suggestedfix("&", "refactor.rewrite")
-}
-
-type customErr struct{}