mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Include revert strings in IR
This commit is contained in:
committed by
chriseth
parent
f9bfceccd1
commit
7c7fd22062
@@ -4,6 +4,7 @@ contract C {
|
||||
// ====
|
||||
// EVMVersion: >=byzantium
|
||||
// revertStrings: debug
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// f(), 1 ether -> FAILURE, hex"08c379a0", 0x20, 34, "Ether sent to non-payable functi", "on"
|
||||
// () -> FAILURE, hex"08c379a0", 0x20, 53, "Contract does not have fallback ", "nor receive functions"
|
||||
|
||||
Reference in New Issue
Block a user