solidity/test/libyul/yulSyntaxTests/hex_switch_case_long.yul

8 lines
255 B
Plaintext
Raw Normal View History

2021-03-25 16:00:05 +00:00
{
switch codesize()
case hex"00" {}
case hex"112233445566778899001122334455667788990011223344556677889900112233445566778899001122334455667788990011223344556677889900" {}
}
// ----
// TypeError 3069: (53-178): String literal too long (60 > 32)