mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 12:02:21 +02:00
Fixed formatting of method generic args with ...
This commit is contained in:
parent
f4f10fce99
commit
fc6cedff01
1 changed files with 4 additions and 2 deletions
|
@ -1187,6 +1187,8 @@ void BfPrinter::Visit(BfGenericArgumentsNode* genericArgumentsNode)
|
|||
}
|
||||
VisitChild(genericArgumentsNode->mGenericArgs[i]);
|
||||
}
|
||||
for (int i = (int)genericArgumentsNode->mGenericArgs.size() - 1; i < (int)genericArgumentsNode->mCommas.size(); i++)
|
||||
VisitChildNoRef(genericArgumentsNode->mCommas.GetSafe(i));
|
||||
VisitChild(genericArgumentsNode->mCloseChevron);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue