mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 16:18:12 +00:00
LibCpp: Parse inheritance
This commit is contained in:
parent
8cfabbcd93
commit
f4cca20972
8 changed files with 43 additions and 1 deletions
4
Userland/Libraries/LibCpp/Tests/parser/inheritance.cpp
Normal file
4
Userland/Libraries/LibCpp/Tests/parser/inheritance.cpp
Normal file
|
@ -0,0 +1,4 @@
|
|||
class A : public SomeNamespace::B, private C
|
||||
{
|
||||
int x;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue