Syntax for custom errors.

This commit is contained in:
chriseth
2021-02-01 18:26:31 +01:00
parent c7d1e1911e
commit 4d1fd84150
62 changed files with 651 additions and 52 deletions
+2
View File
@@ -725,6 +725,8 @@ void SMTEncoder::endVisit(FunctionCall const& _funCall)
arrayPop(_funCall);
break;
case FunctionType::Kind::Event:
case FunctionType::Kind::Error:
// TODO but are side-effects of arguments taken into account?
// This can be safely ignored.
break;
case FunctionType::Kind::ObjectCreation: