Closed kejace closed 4 years ago
See
contract A { function() public {} }
would generate a function called a :: ...
a :: ...
given that this is meant to be a fallback that the contract calls in case no methods match, I don't think that we need this. This is some kind of oddity of the EVM/Solidity, it's not supposed to be called on purpose
See
would generate a function called
a :: ...