mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
8 lines
138 B
Plaintext
8 lines
138 B
Plaintext
|
{
|
||
|
switch codesize()
|
||
|
case hex"00" {}
|
||
|
case hex"1122" {}
|
||
|
}
|
||
|
// ----
|
||
|
// ParserError 1856: (33-40): Literal or identifier expected.
|