mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Support for expression-bodied properties with mut
This commit is contained in:
parent
60b6437f69
commit
c0fe1d1c1b
7 changed files with 47 additions and 11 deletions
|
@ -3111,6 +3111,7 @@ class BfPropertyBodyExpression : public BfAstNode
|
|||
{
|
||||
public:
|
||||
BF_AST_TYPE(BfPropertyBodyExpression, BfAstNode);
|
||||
BfTokenNode* mMutSpecifier;
|
||||
BfTokenNode* mFatTokenArrow;
|
||||
}; BF_AST_DECL(BfPropertyBodyExpression, BfAstNode);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue