mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed repr for on-demand delegate types, avoiding circular Event refs
This commit is contained in:
parent
ddc943876d
commit
95e4c1b3ca
10 changed files with 39 additions and 78 deletions
|
@ -196,11 +196,6 @@ void BfStructuralVisitor::Visit(BfCollectionInitializerExpression* collectionIni
|
|||
Visit(collectionInitExpr->ToBase());
|
||||
}
|
||||
|
||||
void BfStructuralVisitor::Visit(BfArraySizeSpecifier* arraySizeSpecifier)
|
||||
{
|
||||
Visit(arraySizeSpecifier->ToBase());
|
||||
}
|
||||
|
||||
void BfStructuralVisitor::Visit(BfTypeReference* typeRef)
|
||||
{
|
||||
Visit(typeRef->ToBase());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue