1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Fixed false circular data ref with self-refing field function typeref

This commit is contained in:
Brian Fiete 2020-09-10 10:42:32 -07:00
parent c34e6fe66a
commit 947426b384
3 changed files with 29 additions and 26 deletions

View file

@ -418,7 +418,7 @@ public:
Array<BfAstNode*> mDirectAllocNodes;
BfType* mReturnType;
BfType* mFunctionThisType;
Array<BfType*> mParams;
Array<BfType*> mParams;
public:
BfDelegateInfo()