solidity/test/libsolidity/smtCheckerTests/bmc_coverage/funds.sol

10 lines
175 B
Solidity
Raw Normal View History

contract C {
function f(address payable a) public {
a.transfer(200);
}
}
// ====
// SMTEngine: bmc
// ----
2021-03-31 15:11:54 +00:00
// Warning 1236: (55-70): BMC: Insufficient funds happens here.