mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-31 07:22:50 +00:00
CppLanguageServer: Add test for "get_parameters_hint"
This commit is contained in:
parent
f26f764c7d
commit
2af5bb9083
Notes:
sideshowbarker
2024-07-18 10:29:58 +09:00
Author: https://github.com/itamar8910
Commit: 2af5bb9083
Pull-request: https://github.com/SerenityOS/serenity/pull/8403
Reviewed-by: https://github.com/awesomekling
2 changed files with 40 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
void foo(int x, char y);
|
||||
|
||||
void bar()
|
||||
{
|
||||
foo();
|
||||
foo(123, 'b');
|
||||
foo(
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue