bc47265b
eeef82b2
1 2
3
4 5
6
contract C { uint x; function() external view { x = 2; } } // ---- // TypeError: (29-64): Fallback function must be payable or non-payable, but is "view".