solidity/test/libsolidity/ASTJSON/receive_ether.sol

6 lines
58 B
Solidity
Raw Normal View History

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