mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-06 16:25:59 +02:00
Fixes anonymous type formatting
This commit is contained in:
parent
b3cf2a0d04
commit
546c4d7e7e
3 changed files with 21 additions and 10 deletions
|
@ -171,6 +171,7 @@ public:
|
|||
virtual void Visit(BfDelegateTypeRef* typeRef) override;
|
||||
virtual void Visit(BfPointerTypeRef* typeRef) override;
|
||||
virtual void Visit(BfNullableTypeRef* typeRef) override;
|
||||
virtual void Visit(BfInlineTypeReference* typeRef) override;
|
||||
virtual void Visit(BfVariableDeclaration* varDecl) override;
|
||||
virtual void Visit(BfParameterDeclaration* paramDecl) override;
|
||||
virtual void Visit(BfTypeOfExpression* typeOfExpr) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue