mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
8 lines
122 B
Plaintext
8 lines
122 B
Plaintext
{
|
|
switch 42
|
|
default {}
|
|
case 1 {}
|
|
}
|
|
// ----
|
|
// ParserError 4904: (35-39): Case not allowed after default case.
|