Revert statement.

This commit is contained in:
chriseth
2021-03-30 21:15:46 +02:00
parent b04b189959
commit fb67051467
24 changed files with 272 additions and 26 deletions
@@ -0,0 +1,4 @@
error E();
function f() pure {
revert E();
}