mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:57:35 +00:00
LibCpp: Parse nullptr literal
This commit is contained in:
parent
cbb49f26d9
commit
9954a1837f
3 changed files with 27 additions and 4 deletions
|
@ -437,4 +437,9 @@ void NamespaceDeclaration::dump(size_t indent) const
|
|||
decl.dump(indent + 1);
|
||||
}
|
||||
|
||||
void NullPointerLiteral::dump(size_t indent) const
|
||||
{
|
||||
ASTNode::dump(indent);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue