mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
CppLanguageServer: Fix syntax of a test case program
This commit is contained in:
parent
c54238f65c
commit
35d28b29b3
Notes:
sideshowbarker
2024-07-18 18:04:45 +09:00
Author: https://github.com/itamar8910 Commit: https://github.com/SerenityOS/serenity/commit/35d28b29b33 Pull-request: https://github.com/SerenityOS/serenity/pull/7153
@ -97,7 +97,7 @@ void test_complete_type()
|
||||
String content = R"(
|
||||
struct MyStruct {
|
||||
int x;
|
||||
}
|
||||
};
|
||||
void foo(){
|
||||
MyS
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user