You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
function add(uintx, uinty) internalpurereturns (uintz) {
require((z = x + y) >= x);
}
vat.sol:93:5: Warning: Variable is shadowed in inline assembly by an instruction of the same name
function add(uint x, int y) internal pure returns (uint z) {
^ (Relevant source part starts here and spans across multiple lines).
The text was updated successfully, but these errors were encountered:
dss/src/vat.sol
Lines 93 to 97 in 17be7db
dss/src/vat.sol
Lines 108 to 110 in 17be7db
The text was updated successfully, but these errors were encountered: