mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Allow attributes on local methods
This commit is contained in:
parent
8567072eef
commit
f081365dab
4 changed files with 24 additions and 8 deletions
|
@ -69,6 +69,7 @@ public:
|
|||
uint8 mClassifierPassId;
|
||||
BfAstNode* mPrevNode;
|
||||
BfAstNode* mCurMember;
|
||||
BfLocalMethodDeclaration* mCurLocalMethodDeclaration;
|
||||
|
||||
public:
|
||||
void HandleLeafNode(BfAstNode* node);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue