solidity/test/libsolidity/semanticTests/receive/ether_and_data.sol

10 lines
158 B
Solidity

contract C {
receive () payable external { }
}
// ====
// compileViaYul: also
// compileToEwasm: also
// ----
// (), 1 ether
// (), 1 ether: 1 -> FAILURE