Merge remote-tracking branch 'origin/develop' into breaking

This commit is contained in:
chriseth
2021-10-27 18:09:13 +02:00
280 changed files with 2237 additions and 239 deletions
+2
View File
@@ -1124,6 +1124,8 @@ public:
bool containsNestedMapping() const override
{
solAssert(nameable(), "Called for a non nameable type.");
// DeclarationTypeChecker::endVisit(VariableDeclaration const&)
// assumes that this will never be true.
solAssert(!underlyingType().containsNestedMapping(), "");
return false;
}