mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Working on Linux fixes
This commit is contained in:
parent
cce45dbc15
commit
6b46904510
18 changed files with 135 additions and 25 deletions
|
@ -6163,7 +6163,7 @@ void BfReducer::ReadPropertyBlock(BfPropertyDeclaration* propertyDeclaration, Bf
|
|||
bool handled = false;
|
||||
BfTokenNode* fatArrowToken = NULL;
|
||||
BfAstNode* endSemicolon = NULL;
|
||||
if (tokenNode = BfNodeDynCast<BfTokenNode>(child))
|
||||
if ((tokenNode = BfNodeDynCast<BfTokenNode>(child)))
|
||||
{
|
||||
if ((tokenNode->GetToken() == BfToken_Semicolon))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue