mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-24 18:48:01 +02:00
Improved variable assignment detection
This commit is contained in:
parent
a42e0fad60
commit
5277797d73
5 changed files with 206 additions and 55 deletions
|
@ -18952,6 +18952,8 @@ void BfExprEvaluator::CheckResultForReading(BfTypedValue& typedValue)
|
|||
undefinedFieldFlags = 0;
|
||||
}
|
||||
}
|
||||
if (deferredLocalAssignData->mLeftBlockUncond)
|
||||
isAssigned = true;
|
||||
}
|
||||
|
||||
if (fieldIdx == -1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue