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
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 as#t_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:
The text was updated successfully, but these errors were encountered: