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 6483c8c commit 5f772caCopy full SHA for 5f772ca
program-analysis/echidna/property-creation.md
@@ -38,7 +38,7 @@ contract Test {
38
39
constructor() {
40
c = DeFi(..);
41
- t.mint(address(this), ...);
+ token.mint(address(this), ...);
42
}
43
44
function getShares_never_reverts(uint256 val) public {
0 commit comments