solidity/test/libsolidity/ASTJSON/fallback_payable.sol

4 lines
39 B
Solidity
Raw Normal View History

2018-08-07 13:49:23 +00:00
contract C {
function() external {}
}