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

Fixed parsing issue with failed argument list

This commit is contained in:
Brian Fiete 2021-01-05 14:24:22 -08:00
parent 56bcb6ecd1
commit 2fd58a38bb

View file

@ -9209,6 +9209,8 @@ BfTokenNode* BfReducer::ParseMethodParams(BfAstNode* node, SizedArrayImpl<BfPara
nameAfterNode = nameIdentifierNode;
}
}
node->mSrcEnd = paramDecl->mSrcEnd;
}
if (attributes != NULL)