mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Fixed invalid variable declaration detection in string interpolation
This commit is contained in:
parent
1b26619087
commit
0927656400
1 changed files with 2 additions and 0 deletions
|
@ -4151,6 +4151,8 @@ BfAstNode* BfReducer::DoCreateStatement(BfAstNode* node, CreateStmtFlags createS
|
|||
}
|
||||
}
|
||||
}
|
||||
else if (afterTypeRefNode == NULL)
|
||||
isLocalVariable = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue