We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pragma solidity ^0.5.0; contract test { string constant a = "solc-verify" ; function g() public { require(true, a); } } ----------------- Error while running verifier, details: [TRACE] Using prover: /usr/bin/z3 Parsing /tmp/tmp505k52p_/test9.sol.bpl /tmp/tmp505k52p_/test9.sol.bpl(23,1): Error: mismatched types in assignment command (cannot assign int_arr_type to int_arr_ptr) 1 type checking errors detected in /tmp/tmp505k52p_/test9.sol.bpl
The text was updated successfully, but these errors were encountered:
I'll have to check but I think we can just simply ignore the second argument of require as it is only a message.
require
Sorry, something went wrong.
This is actually a special case of #123
No branches or pull requests
The text was updated successfully, but these errors were encountered: