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
|
@ -1462,13 +1462,6 @@ void BfPrinter::Visit(BfParameterDeclaration* paramDecl)
|
|||
Visit(paramDecl->ToBase());
|
||||
}
|
||||
|
||||
void BfPrinter::Visit(BfParamsExpression* paramsExpr)
|
||||
{
|
||||
Visit(paramsExpr->ToBase());
|
||||
|
||||
VisitChild(paramsExpr->mParamsToken);
|
||||
}
|
||||
|
||||
void BfPrinter::Visit(BfTypeOfExpression* typeOfExpr)
|
||||
{
|
||||
Visit(typeOfExpr->ToBase());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue