1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 03:52:19 +02:00

Fixed colorization of unqualified property access (ie: implicit 'this')

This commit is contained in:
Brian Fiete 2025-02-02 08:44:48 -08:00
parent 729ca1e8c4
commit dfdbe7440f
3 changed files with 13 additions and 3 deletions

View file

@ -1624,6 +1624,7 @@ public:
void GetAccessAllowed(BfTypeInstance* checkType, bool& allowProtected, bool& allowPrivate);
bool CheckProtection(BfProtectionCheckFlags& flags, BfTypeInstance* memberOwner, BfProject* memberProject, BfProtection memberProtection, BfTypeInstance* lookupStartType);
void SetElementType(BfAstNode* astNode, BfSourceElementType elementType);
void SetHighestElementType(BfAstNode* astNode, BfSourceElementType elementType);
bool PreFail();
void SetFail();
void VerifyOnDemandMethods();