New tests.

This commit is contained in:
chriseth
2020-10-19 16:58:59 +02:00
parent e262f47f21
commit c9ef727136
15 changed files with 176 additions and 0 deletions
@@ -0,0 +1,3 @@
function f() pure returns (uint) unchecked {}
// ----
// ParserError 5296: (33-42): "unchecked" blocks can only be used inside regular blocks.