solidity/test/libsolidity/ASTJSON/fallback_payable.sol

6 lines
48 B
Solidity
Raw Normal View History

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