mirror of https://github.com/crytic/slither
address issue #2127 and allow function parameter name to be empty when casting to string
parent
1eaec647e5
commit
1cdb2022cb
@ -0,0 +1,5 @@ |
||||
contract TestSlither { |
||||
function testFunction(uint256 param1, uint256, address param3) public { |
||||
|
||||
} |
||||
} |
Loading…
Reference in new issue