mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-21 17:28:00 +02:00
Added expression bodies for properties
This commit is contained in:
parent
69e3bf94f7
commit
85648cda63
8 changed files with 102 additions and 54 deletions
|
@ -576,6 +576,11 @@ void BfStructuralVisitor::Visit(BfPropertyMethodDeclaration* propertyMethodDecla
|
|||
Visit(propertyMethodDeclaration->ToBase());
|
||||
}
|
||||
|
||||
void BfStructuralVisitor::Visit(BfPropertyBodyExpression* propertyBodyExpression)
|
||||
{
|
||||
Visit(propertyBodyExpression->ToBase());
|
||||
}
|
||||
|
||||
void BfStructuralVisitor::Visit(BfPropertyDeclaration* propertyDeclaration)
|
||||
{
|
||||
Visit(propertyDeclaration->ToBase());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue