mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Applying code review.
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user