solidity/test/libsolidity/syntaxTests/receiveEther/arguments.sol

6 lines
134 B
Solidity
Raw Normal View History

contract C {
receive(uint256) external payable {}
}
// ----
// TypeError: (24-33): Receive ether function cannot take parameters.