1
0
Fork 0
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:
Brian Fiete 2025-01-07 11:54:46 -08:00
parent 41b280f2df
commit eebb0f7882
2 changed files with 20 additions and 5 deletions

View file

@ -171,6 +171,7 @@ public:
BfAstNode* mTypeMemberNodeStart;
int mClassDepth;
int mMethodDepth;
int mLastErrorSrcEnd;
BfTypeDeclaration* mCurTypeDecl;
CurTypeState* mCurTypeState;
BfTypeDeclaration* mLastTypeDecl;