mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Enhanced expression-body support
This commit is contained in:
parent
a94d76ac5d
commit
6af96d8f6d
5 changed files with 91 additions and 46 deletions
|
@ -1012,7 +1012,9 @@ void BfElementVisitor::Visit(BfPropertyMethodDeclaration* propertyDeclaration)
|
|||
VisitChild(propertyDeclaration->mProtectionSpecifier);
|
||||
VisitChild(propertyDeclaration->mNameNode);
|
||||
VisitChild(propertyDeclaration->mMutSpecifier);
|
||||
VisitChild(propertyDeclaration->mFatArrowToken);
|
||||
VisitChild(propertyDeclaration->mBody);
|
||||
VisitChild(propertyDeclaration->mEndSemicolon);
|
||||
}
|
||||
|
||||
void BfElementVisitor::Visit(BfPropertyBodyExpression* propertyBodyExpression)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue