Clear isInStatement after template instantiation
This commit is contained in:
parent
8853a85181
commit
45885f5fb1
@ -2719,6 +2719,7 @@ void ASBeautifier::parseCurrentLine(const string& line)
|
||||
{
|
||||
isInTemplateInstantiation = false;
|
||||
templateDepth = 0;
|
||||
isInStatement = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user