mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Deprecated DeleteAndClearItems
This commit is contained in:
parent
bd57172996
commit
1be37e6f24
8 changed files with 17 additions and 7 deletions
|
@ -14417,6 +14417,7 @@ void BfExprEvaluator::InjectMixin(BfAstNode* targetSrc, BfTypedValue target, boo
|
|||
return;
|
||||
}
|
||||
auto methodInstance = moduleMethodInstance.mMethodInstance;
|
||||
PerformCallChecks(methodInstance, targetSrc);
|
||||
|
||||
for (int checkGenericIdx = 0; checkGenericIdx < (int)methodMatcher.mBestMethodGenericArguments.size(); checkGenericIdx++)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue