1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Fixed virtual indexers

This commit is contained in:
Brian Fiete 2020-05-13 16:28:42 -07:00
parent 3280238ade
commit 299918d641
2 changed files with 48 additions and 2 deletions

View file

@ -16317,8 +16317,6 @@ void BfExprEvaluator::Visit(BfIndexerExpression* indexerExpr)
if (checkMethod->mExplicitInterface != NULL)
continue;
if (checkMethod->mIsOverride)
continue;
auto autoComplete = GetAutoComplete();
bool wasCapturingMethodMatchInfo = false;