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

6 lines
139 B
Solidity

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