You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned by #227 super is not supported by VeriSol. However, there is no indication of this when super is used inside the solidity code. Instead an assertion is violated and the following message is printed:
Assertion Failed at SolToBoogie.TranslatorContext.GetASTNodeById(Int32 id) in TranslatorContext.cs:line 143
This error message makes it difficult to understand why the translation failed as it does not mention where in the file the translation error occurred. It would therefore be helpful if this behavior was either explicitly disallowed (similar to low-level calls), or supported by VeriSol.
A simple test case that violates this assertion is provided below.
As mentioned by #227 super is not supported by VeriSol. However, there is no indication of this when super is used inside the solidity code. Instead an assertion is violated and the following message is printed:
Assertion Failed at SolToBoogie.TranslatorContext.GetASTNodeById(Int32 id) in TranslatorContext.cs:line 143
This error message makes it difficult to understand why the translation failed as it does not mention where in the file the translation error occurred. It would therefore be helpful if this behavior was either explicitly disallowed (similar to low-level calls), or supported by VeriSol.
A simple test case that violates this assertion is provided below.
inheritanceBug.txt
The text was updated successfully, but these errors were encountered: