Open
Description
$ cat a.sol && solc-verify.py a.sol
pragma solidity ^0.5.0;
contract A {
/// @notice postcondition address(this).balance >= __verifier_old_uint(address(this).balance)
function f1() public payable { }
}
A::f1: ERROR
- a.sol:6:5: Postcondition 'address(this).balance >= __verifier_old_uint(address(this).balance)' might not hold at end of function.
A::[implicit_constructor]: OK
Errors were found by the verifier.