mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed null conditional mixin invocation
This commit is contained in:
parent
7db915cb4e
commit
d92f27a091
2 changed files with 2 additions and 6 deletions
|
@ -4423,12 +4423,7 @@ void BfModule::Visit(BfDeleteStatement* deleteStmt)
|
|||
}
|
||||
|
||||
void BfModule::Visit(BfSwitchStatement* switchStmt)
|
||||
{
|
||||
if (mModuleName == "BeefTest_TestProgram")
|
||||
{
|
||||
NOP;
|
||||
}
|
||||
|
||||
{
|
||||
BfScopeData outerScope;
|
||||
outerScope.mInnerIsConditional = false;
|
||||
outerScope.mCloseNode = switchStmt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue