mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed -0x80000000'00000000 constant issue
This commit is contained in:
parent
d13d3ed3f8
commit
355fd34c0b
3 changed files with 9 additions and 10 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue