mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Made inferred ctor in initializer expr work as an argument
This commit is contained in:
parent
c6446e7657
commit
ee3f197706
2 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,11 @@ void BfDeferEvalChecker::Visit(BfAstNode* attribExpr)
|
|||
mNeedsDeferEval = false;
|
||||
}
|
||||
|
||||
void BfDeferEvalChecker::Visit(BfInitializerExpression* collectionInitExpr)
|
||||
{
|
||||
VisitChild(collectionInitExpr->mTarget);
|
||||
}
|
||||
|
||||
void BfDeferEvalChecker::Visit(BfLiteralExpression* literalExpr)
|
||||
{
|
||||
switch (literalExpr->mValue.mTypeCode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue