1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Retain argument cascade type

This commit is contained in:
Brian Fiete 2022-06-06 11:27:07 -07:00
parent 91a4af93af
commit 25bde9e566
3 changed files with 15 additions and 1 deletions

View file

@ -56,6 +56,7 @@ class BfResolvedArg
{
public:
BfTypedValue mTypedValue;
BfTypedValue mUncastedTypedValue;
BfType* mResolvedType;
BfAstNode* mExpression;
BfArgFlags mArgFlags;