mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-13 05:44:11 +02:00
Fixed local var name clash with delegate 'params' expansion
This commit is contained in:
parent
1b3b693cb2
commit
67b30b639d
1 changed files with 1 additions and 0 deletions
|
@ -18765,6 +18765,7 @@ void BfModule::ProcessMethod_SetupParams(BfMethodInstance* methodInstance, BfTyp
|
||||||
DoAddLocalVariable(localVar);
|
DoAddLocalVariable(localVar);
|
||||||
}
|
}
|
||||||
mCurMethodState->mLocals[compositeVariableIdx]->mCompositeCount++;
|
mCurMethodState->mLocals[compositeVariableIdx]->mCompositeCount++;
|
||||||
|
paramVar->mIsImplicitParam = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!mCurTypeInstance->IsDelegateOrFunction())
|
if (!mCurTypeInstance->IsDelegateOrFunction())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue