mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Extract yul syntax tests: switch statement
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
switch 0:u256
|
||||
case 0:u256 {}
|
||||
case 0x0:u256 {}
|
||||
}
|
||||
// ====
|
||||
// dialect: evmTyped
|
||||
// ----
|
||||
// DeclarationError 6792: (34-50): Duplicate case defined.
|
||||
Reference in New Issue
Block a user