mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Fixed parsing issue with failed argument list
This commit is contained in:
parent
56bcb6ecd1
commit
2fd58a38bb
1 changed files with 2 additions and 0 deletions
|
@ -9209,6 +9209,8 @@ BfTokenNode* BfReducer::ParseMethodParams(BfAstNode* node, SizedArrayImpl<BfPara
|
|||
nameAfterNode = nameIdentifierNode;
|
||||
}
|
||||
}
|
||||
|
||||
node->mSrcEnd = paramDecl->mSrcEnd;
|
||||
}
|
||||
|
||||
if (attributes != NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue