mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 20:58:11 +00:00
CppLanguageServer: Add test for "get_parameters_hint"
This commit is contained in:
parent
f26f764c7d
commit
2af5bb9083
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