diff --git a/lib/Parser/Parse.cpp b/lib/Parser/Parse.cpp index 7cdb4c7e870..e198ea8b20f 100644 --- a/lib/Parser/Parse.cpp +++ b/lib/Parser/Parse.cpp @@ -8345,6 +8345,7 @@ bool Parser::IsTerminateToken() m_token.tk == tkSColon || m_token.tk == tkColon || m_token.tk == tkComma || + m_token.tk == tkIN || m_token.tk == tkLimKwd || this->GetScanner()->FHadNewLine()); }