solidity/test/libsolidity/ASTJSON/fallback.sol
2018-09-11 14:47:25 +02:00

5 lines
51 B
Solidity

contract C {
function() external payable {
}
}