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:
parent
3280238ade
commit
299918d641
2 changed files with 48 additions and 2 deletions
|
@ -16317,8 +16317,6 @@ void BfExprEvaluator::Visit(BfIndexerExpression* indexerExpr)
|
|||
|
||||
if (checkMethod->mExplicitInterface != NULL)
|
||||
continue;
|
||||
if (checkMethod->mIsOverride)
|
||||
continue;
|
||||
|
||||
auto autoComplete = GetAutoComplete();
|
||||
bool wasCapturingMethodMatchInfo = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue