1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-09 03:52:19 +02:00

Fixed mixins with property results

This commit is contained in:
Brian Fiete 2020-07-15 08:52:35 -07:00
parent 02c1db0beb
commit a2047f444d

View file

@ -13824,6 +13824,7 @@ void BfExprEvaluator::InjectMixin(BfAstNode* targetSrc, BfTypedValue target, boo
}
}
GetResult();
if (!mResult)
{
// If we didn't have an expression body then just make the result "void"