mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
10 lines
153 B
Plaintext
10 lines
153 B
Plaintext
{
|
|
switch 0:u256
|
|
case 0:u256 {}
|
|
case 0x0:u256 {}
|
|
}
|
|
// ====
|
|
// dialect: evmTyped
|
|
// ----
|
|
// DeclarationError 6792: (34-50): Duplicate case "0" defined.
|