Code has been added to clipboard!

Fallback in Solidity Functions

Example
contract Test {
    function() external { x = 1; }
    uint x;
}