Extract yul syntax tests: for statement

This commit is contained in:
Christian Parpart
2020-10-14 11:23:10 +02:00
parent 2accbbe251
commit c63265ff03
17 changed files with 138 additions and 139 deletions
@@ -0,0 +1,8 @@
{
let x:bool
if x { continue }
}
// ====
// dialect: evmTyped
// ----
// SyntaxError 2592: (22-30): Keyword "continue" needs to be inside a for-loop body.