mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Initializer expressions
This commit is contained in:
parent
f6e31e4976
commit
229a5aa5c5
17 changed files with 305 additions and 18 deletions
|
@ -196,6 +196,11 @@ void BfStructuralVisitor::Visit(BfSizedArrayCreateExpression* createExpr)
|
|||
Visit(createExpr->ToBase());
|
||||
}
|
||||
|
||||
void BfStructuralVisitor::Visit(BfInitializerExpression* initExpr)
|
||||
{
|
||||
Visit(initExpr->ToBase());
|
||||
}
|
||||
|
||||
void BfStructuralVisitor::Visit(BfCollectionInitializerExpression* collectionInitExpr)
|
||||
{
|
||||
Visit(collectionInitExpr->ToBase());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue