mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:07:44 +00:00
LibCpp: Update Parser test data after Type=>NamedType change
This commit is contained in:
parent
ccb52b005e
commit
4123be7639
6 changed files with 39 additions and 39 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue