diff options
author | pommicket <pommicket@gmail.com> | 2023-01-03 18:01:04 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-03 18:01:04 -0500 |
commit | c0397f1f4c80e73a2e4ccd1946703fe6a5bb405e (patch) | |
tree | 5b95649c140083e2af4332bb92260842436f22c9 /test/lsp/multidef.cpp | |
parent | 87c8bd6eb27edb4bfc539967235c3a1e2f8d77e4 (diff) |
go to type definition
Diffstat (limited to 'test/lsp/multidef.cpp')
-rw-r--r-- | test/lsp/multidef.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/lsp/multidef.cpp b/test/lsp/multidef.cpp new file mode 100644 index 0000000..eb5336d --- /dev/null +++ b/test/lsp/multidef.cpp @@ -0,0 +1,7 @@ + +void f(int x, int y) { +} + + +void f(int x) { +} |