Skip to content

Commit

Permalink
test(storage-workflows): should skip new contract even after first co…
Browse files Browse the repository at this point in the history
…mmit
  • Loading branch information
zugdev committed Oct 16, 2024
1 parent 69d35e9 commit 9c940e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/contracts/src/dollar/core/ThisIsATest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
pragma solidity 0.8.19;

contract ThisIsATest {
address var2;
address var1;
}
1 change: 1 addition & 0 deletions packages/contracts/src/dollar/libraries/LibThisIsATest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pragma solidity 0.8.19;

library ThisIsATest {
function test() external pure {
address var2;
uint256 var1;
var1++;
}
Expand Down

0 comments on commit 9c940e8

Please sign in to comment.