We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55ab4ee commit 9588605Copy full SHA for 9588605
program-analysis/echidna/property-creation.md
@@ -41,7 +41,7 @@ contract Test {
41
token.mint(address(this), ...);
42
}
43
44
- function getShares_never_reverts(uint256 val) public {
+ function getShares_never_reverts() public {
45
(bool b,) = c.call(abi.encodeWithSignature("getShares(address)", address(this)));
46
assert(b);
47
0 commit comments