mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
8 lines
143 B
Plaintext
8 lines
143 B
Plaintext
|
{
|
||
|
let name := hex"abc"
|
||
|
}
|
||
|
// ====
|
||
|
// dialect: evm
|
||
|
// ----
|
||
|
// ParserError 1465: (18-24): Illegal token: Expected even number of hex-nibbles.
|