From b6460a7aac5196b8cb6174bdaa8cc2ab82310380 Mon Sep 17 00:00:00 2001
From: pommicket <pommicket@gmail.com>
Date: Tue, 3 Jan 2023 23:22:15 -0500
Subject: handle multiple definitions of a symbol with the same name

in the definitions menu
---
 test/lsp/.ted-root    | 0
 test/lsp/multidef.cpp | 9 +++++++++
 2 files changed, 9 insertions(+)
 create mode 100644 test/lsp/.ted-root

(limited to 'test')

diff --git a/test/lsp/.ted-root b/test/lsp/.ted-root
new file mode 100644
index 0000000..e69de29
diff --git a/test/lsp/multidef.cpp b/test/lsp/multidef.cpp
index eb5336d..6cd5e1a 100644
--- a/test/lsp/multidef.cpp
+++ b/test/lsp/multidef.cpp
@@ -5,3 +5,12 @@ void f(int x, int y) {
 
 void f(int x) {
 }
+
+void f(const char *s) {
+}
+
+
+void g() {
+}
+void g(int y) {
+}
-- 
cgit v1.2.3