solidity/test/libsolidity/ASTJSON/receive_ether.sol
2023-05-11 10:56:55 -05:00

6 lines
58 B
Solidity

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