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:
parent
91a4af93af
commit
25bde9e566
3 changed files with 15 additions and 1 deletions
|
@ -56,6 +56,7 @@ class BfResolvedArg
|
|||
{
|
||||
public:
|
||||
BfTypedValue mTypedValue;
|
||||
BfTypedValue mUncastedTypedValue;
|
||||
BfType* mResolvedType;
|
||||
BfAstNode* mExpression;
|
||||
BfArgFlags mArgFlags;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue