1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-14 22:34:09 +02:00

Fixed invalid variable declaration detection in string interpolation

This commit is contained in:
Brian Fiete 2021-11-27 11:45:10 -08:00
parent 1b26619087
commit 0927656400

View file

@ -4151,6 +4151,8 @@ BfAstNode* BfReducer::DoCreateStatement(BfAstNode* node, CreateStmtFlags createS
} }
} }
} }
else if (afterTypeRefNode == NULL)
isLocalVariable = false;
} }
} }