solidity/test/libsolidity/semanticTests/revertStrings/unknown_sig_no_fallback.sol
2020-02-10 11:57:20 -03:00

9 lines
214 B
Solidity

contract A {
receive () external payable {}
}
// ====
// EVMVersion: >=byzantium
// revertStrings: debug
// ----
// (): hex"00" -> FAILURE, hex"08c379a0", 0x20, 41, "Unknown signature and no fallbac", "k defined"