mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Removed autocomplete invoke info inside valueless lambda body
This commit is contained in:
parent
9c9ca4d259
commit
a82130352a
1 changed files with 3 additions and 1 deletions
|
@ -13377,7 +13377,9 @@ BfLambdaInstance* BfExprEvaluator::GetLambdaInstance(BfLambdaBindExpression* lam
|
|||
if ((autoComplete != NULL) && (invokeMethodInstance != NULL))
|
||||
{
|
||||
wasCapturingMethodInfo = autoComplete->mIsCapturingMethodMatchInfo;
|
||||
autoComplete->CheckInvocation(lambdaBindExpr, lambdaBindExpr->mOpenParen, lambdaBindExpr->mCloseParen, lambdaBindExpr->mCommas);
|
||||
|
||||
if (autoComplete->IsAutocompleteNode(lambdaBindExpr, lambdaBindExpr->mFatArrowToken))
|
||||
autoComplete->CheckInvocation(lambdaBindExpr, lambdaBindExpr->mOpenParen, lambdaBindExpr->mCloseParen, lambdaBindExpr->mCommas);
|
||||
|
||||
if (autoComplete->mIsCapturingMethodMatchInfo)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue