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

Fixed -0x80000000'00000000 constant issue

This commit is contained in:
Brian Fiete 2019-12-05 06:50:08 -08:00
parent d13d3ed3f8
commit 355fd34c0b
3 changed files with 9 additions and 10 deletions

View file

@ -6454,7 +6454,7 @@ BfAstNode* BfReducer::ReadTypeMember(BfAstNode* node, int depth)
}
else if (nextToken->GetToken() == BfToken_LParen)
{
Fail("Method name, 'this', or '~this' expected", node);
Fail("Method return type expected", node);
nameIdentifier = BfNodeDynCast<BfIdentifierNode>(origNode);
if (nameIdentifier != NULL)