mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
7ef9591e64
This allows nicer error messages.
6 lines
109 B
Plaintext
6 lines
109 B
Plaintext
{
|
|
let x := hex"0011"
|
|
}
|
|
// ----
|
|
// ParserError 3772: (15-24): Hex literals are not valid in this context.
|