mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Fixed params expression with ref values
This commit is contained in:
parent
4fe6bcaa86
commit
e82daf74d4
9 changed files with 29 additions and 45 deletions
|
@ -301,11 +301,6 @@ void BfStructuralVisitor::Visit(BfParameterDeclaration* paramDecl)
|
|||
Visit(paramDecl->ToBase());
|
||||
}
|
||||
|
||||
void BfStructuralVisitor::Visit(BfParamsExpression* paramsExpr)
|
||||
{
|
||||
Visit(paramsExpr->ToBase());
|
||||
}
|
||||
|
||||
void BfStructuralVisitor::Visit(BfTypeAttrExpression* typeAttrExpr)
|
||||
{
|
||||
Visit(typeAttrExpr->ToBase());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue