mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Fixed autoctor failed parsing issue
This commit is contained in:
parent
37e4c589b0
commit
5731b15b05
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue