solidity/test/libyul/yulSyntaxTests/switch_statement_no_access.yul
2020-11-04 12:03:33 +01:00

6 lines
92 B
Plaintext

{
switch 42
}
// ----
// ParserError 2418: (16-17): Switch statement without any cases.