solidity/test/libsolidity/semanticTests/revertStrings/unknown_sig_no_fallback.sol

10 lines
237 B
Solidity
Raw Normal View History

2020-01-22 14:48:56 +00:00
contract A {
receive () external payable {}
}
// ====
// EVMVersion: >=byzantium
2020-11-27 20:26:13 +00:00
// compileViaYul: also
// revertStrings: debug
2020-01-22 14:48:56 +00:00
// ----
// (): hex"00" -> FAILURE, hex"08c379a0", 0x20, 41, "Unknown signature and no fallbac", "k defined"