mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-23 18:18:00 +02:00
Fixed failed anonymous inline type declaration with attributes
This commit is contained in:
parent
41b280f2df
commit
eebb0f7882
2 changed files with 20 additions and 5 deletions
|
@ -171,6 +171,7 @@ public:
|
|||
BfAstNode* mTypeMemberNodeStart;
|
||||
int mClassDepth;
|
||||
int mMethodDepth;
|
||||
int mLastErrorSrcEnd;
|
||||
BfTypeDeclaration* mCurTypeDecl;
|
||||
CurTypeState* mCurTypeState;
|
||||
BfTypeDeclaration* mLastTypeDecl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue