Applying code review.

This commit is contained in:
Christian Parpart
2022-10-10 14:33:16 +02:00
parent dd5d861dec
commit 6884d2f516
12 changed files with 151 additions and 145 deletions
+1
View File
@@ -595,6 +595,7 @@ public:
):
ASTNode(_id, _location), m_path(std::move(_path)), m_pathLocations(std::move(_pathLocations))
{
solAssert(!m_pathLocations.empty());
solAssert(m_pathLocations.size() == m_path.size());
}