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:
parent
729ca1e8c4
commit
dfdbe7440f
3 changed files with 13 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue