Open shuvendu-lahiri opened 5 years ago
Solidity allows two functions with different signatures.
contract A { foo(int x) view {} foo(address x) view {} }
Solidity allows two functions with different signatures.