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 3bccd19 commit edfcde7Copy full SHA for edfcde7
test/mocks/MockCounter.sol
@@ -5,10 +5,6 @@ pragma solidity >=0.6.0 <0.9.0;
5
contract MockCounter {
6
uint256 public count;
7
8
- constructor() payable {
9
- count = 0;
10
- }
11
-
12
function increment() public {
13
count++;
14
}
0 commit comments