mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
15 lines
616 B
Plaintext
15 lines
616 B
Plaintext
Warning: Return value of low-level calls not used.
|
|
--> model_checker_invariants_contract_reentrancy/input.sol:6:3:
|
|
|
|
|
6 | _a.call("");
|
|
| ^^^^^^^^^^^
|
|
|
|
Info: Contract invariant(s) for model_checker_invariants_contract_reentrancy/input.sol:test:
|
|
(x <= 0)
|
|
Reentrancy property(ies) for model_checker_invariants_contract_reentrancy/input.sol:test:
|
|
((!(x <= 0) || !(<errorCode> >= 3)) && (!(x <= 0) || (x' <= 0)))
|
|
((!(x <= 0) || (x' <= 0)) && (!(x <= 0) || (<errorCode> <= 0)))
|
|
<errorCode> = 0 -> no errors
|
|
<errorCode> = 1 -> Assertion failed at assert(x < 10)
|
|
<errorCode> = 3 -> Assertion failed at assert(x < 10)
|