-
Notifications
You must be signed in to change notification settings - Fork 376
Open
Description
Compilation warnings encountered:
StringUtil.sol:250:5: Warning: This declaration shadows an existing declaration.
uint len;
^------^
StringUtil.sol:157:3: The shadowed declaration is here:
function len(slice self) internal returns (uint l) {
^
Spanning multiple lines.
StringUtil.sol:250:5: Warning: This declaration shadows an existing declaration.
uint len;
^------^
StringUtil.sol:157:3: The shadowed declaration is here:
function len(slice self) internal returns (uint l) {
^
Solidity: 0.4.18
Compiler: Truffle 4.0.7
RaphArbuz
Metadata
Metadata
Assignees
Labels
No labels