mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Allow generic conversion operators
This commit is contained in:
parent
c2461c8554
commit
bf5c19269b
4 changed files with 45 additions and 21 deletions
|
@ -2505,7 +2505,8 @@ void BfPrinter::QueueMethodDeclaration(BfMethodDeclaration* methodDeclaration)
|
|||
ExpectSpace();
|
||||
QueueVisitChild(operatorDecl->mExplicitToken);
|
||||
ExpectSpace();
|
||||
QueueVisitChild(operatorDecl->mOperatorToken);
|
||||
QueueVisitChild(operatorDecl->mOperatorToken);
|
||||
ExpectSpace();
|
||||
QueueVisitChild(operatorDecl->mOpTypeToken);
|
||||
ExpectSpace();
|
||||
QueueVisitChild(methodDeclaration->mReturnType);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue