mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-21 17:28:00 +02:00
Fixed Quick Info command
This commit is contained in:
parent
6c2d03c898
commit
6e869c5ac5
3 changed files with 20 additions and 3 deletions
|
@ -11441,7 +11441,7 @@ BfTypedValue BfExprEvaluator::DoImplicitArgCapture(BfAstNode* refNode, BfMethodI
|
|||
BfMethodInstance* methodRefMethodInst = methodRefType->mMethodRef;
|
||||
|
||||
BF_ASSERT(methodRefMethodInst == methodInstance);
|
||||
|
||||
|
||||
auto paramType = methodInstance->GetParamType(paramIdx);
|
||||
|
||||
int dataIdx = methodRefType->GetDataIdxFromParamIdx(paramIdx);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue