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

Fixed autoctor failed parsing issue

This commit is contained in:
Brian Fiete 2021-10-03 06:23:42 -07:00
parent 37e4c589b0
commit 5731b15b05

View file

@ -9448,6 +9448,8 @@ bool BfReducer::ParseMethod(BfMethodDeclaration* methodDeclaration, SizedArrayIm
{
// In process of typing - just eat identifier so we don't error out on whole method
MoveNode(identifierAfter, ctorDecl);
mVisitorPos.MoveNext();
AddErrorNode(identifierAfter);
}
if (attributeDirective != NULL)