1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Allow ref property setter specifier

This commit is contained in:
Brian Fiete 2021-11-27 09:05:23 -08:00
parent 0d837d23cb
commit 40b0d78d16
6 changed files with 38 additions and 9 deletions

View file

@ -3099,6 +3099,7 @@ public:
BfPropertyDeclaration* mPropertyDeclaration;
BfAttributeDirective* mAttributes;
BfAstNode* mProtectionSpecifier;
BfTokenNode* mSetRefSpecifier;
BfTokenNode* mMutSpecifier;
BfIdentifierNode* mNameNode;
BfTokenNode* mFatArrowToken;