1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-24 18:48:01 +02:00

Fixed autocomplete invoke info issue following struct construction

This commit is contained in:
Brian Fiete 2020-09-25 06:07:46 -07:00
parent 797aa7cedc
commit b86c0cde9e
2 changed files with 7 additions and 3 deletions

View file

@ -149,6 +149,7 @@ public:
bool mAllowNonStatic;
bool mSkipImplicitParams;
bool mAutoFlushAmbiguityErrors;
BfEvalExprFlags mBfEvalExprFlags;
int mMethodCheckCount;
BfType* mExplicitInterfaceCheck;
MatchFailKind mMatchFailKind;