mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed unary operations on properties in specialized generic types
This commit is contained in:
parent
23d8e8993b
commit
a8cf568bf9
2 changed files with 15 additions and 1 deletions
|
@ -21479,7 +21479,7 @@ BfTypedValue BfExprEvaluator::PerformUnaryOperation_TryOperator(const BfTypedVal
|
|||
void BfExprEvaluator::PerformUnaryOperation_OnResult(BfExpression* unaryOpExpr, BfUnaryOp unaryOp, BfTokenNode* opToken, BfUnaryOpFlags opFlags)
|
||||
{
|
||||
BfAstNode* propSrc = mPropSrc;
|
||||
BfTypedValue propTarget = mPropTarget;
|
||||
BfTypedValue propTarget = mOrigPropTarget;
|
||||
BfPropertyDef* propDef = mPropDef;
|
||||
SizedArray<BfResolvedArg, 2> indexerVals = mIndexerValues;
|
||||
BfTypedValue writeToProp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue