From b6460a7aac5196b8cb6174bdaa8cc2ab82310380 Mon Sep 17 00:00:00 2001 From: pommicket 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/multidef.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'test/lsp/multidef.cpp') 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