solidity/test/libyul/yulSyntaxTests/switch_statement_no_access.yul

6 lines
92 B
Plaintext
Raw Normal View History

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