solidity/test/libsolidity/ASTJSON/receive_ether.sol

7 lines
59 B
Solidity

contract C {
receive() external payable {
}
}
// ----