mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-10 14:33:47 +08:00
...
This commit is contained in:
@@ -28683,7 +28683,10 @@ ValidateStructure(Expression)
|
||||
|
||||
void Visit(WfVirtualCfeExpression* node)override
|
||||
{
|
||||
ValidateExpressionStructure(manager, context, node->expandedExpression);
|
||||
if (node->expandedExpression)
|
||||
{
|
||||
ValidateExpressionStructure(manager, context, node->expandedExpression);
|
||||
}
|
||||
}
|
||||
|
||||
void Visit(WfVirtualCseExpression* node)override
|
||||
|
||||
Reference in New Issue
Block a user