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
In Solidity, assignments to (non-default) function arguments are allowed. However, corral reports typechecking error in __SolToBoogieTest_out.bpl:
"command assigns to an immutable variable".
To repro, run test regressions\FunctionArgAssigned.sol.
Fix needed in SolToBoogie (temps for function arguments?).
The text was updated successfully, but these errors were encountered:
shuvendu-lahiri
changed the title
Error in corral for generated boogie program when .sol has assignments to function arguments
Handle parameter assignments in Solidity
Oct 14, 2019
In Solidity, assignments to (non-default) function arguments are allowed. However, corral reports typechecking error in __SolToBoogieTest_out.bpl:
"command assigns to an immutable variable".
To repro, run test regressions\FunctionArgAssigned.sol.
Fix needed in SolToBoogie (temps for function arguments?).
The text was updated successfully, but these errors were encountered: