mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
7ef9591e64
This allows nicer error messages.
8 lines
150 B
Plaintext
8 lines
150 B
Plaintext
{
|
|
switch codesize()
|
|
case hex"00" {}
|
|
case hex"1122" {}
|
|
}
|
|
// ----
|
|
// ParserError 3772: (33-40): Hex literals are not valid in this context.
|