Extract yul syntax tests: switch statement

This commit is contained in:
Christian Parpart
2020-10-14 11:39:10 +02:00
parent c63265ff03
commit b1b2d3ef62
7 changed files with 51 additions and 18 deletions
@@ -0,0 +1,9 @@
{
switch 0:u256
case 0:u256 {}
case 0x0:u256 {}
}
// ====
// dialect: evmTyped
// ----
// DeclarationError 6792: (34-50): Duplicate case defined.