1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:37:45 +00:00

LibCpp: Update Parser test data after Type=>NamedType change

This commit is contained in:
Itamar 2021-06-27 21:39:46 +03:00 committed by Ali Mohammad Pur
parent ccb52b005e
commit 4123be7639
6 changed files with 39 additions and 39 deletions

View file

@ -5,23 +5,23 @@ TranslationUnit[0:0->10:1]
(
Parameter[1:6->1:10]
z
Type[1:6->1:10]
NamedType[1:6->1:10]
int
)
D'tor
(
)
FunctionDeclaration[3:4->3:14]
Type[3:4->3:9]
NamedType[3:4->3:9]
void
foo
(
)
VariableDeclaration[6:4->8:0]
Type[6:4->6:8]
NamedType[6:4->6:8]
int
x
VariableDeclaration[9:4->10:0]
Type[9:4->9:8]
NamedType[9:4->9:8]
int
y