mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Expose hex literal to the Yul parser
This allows nicer error messages.
This commit is contained in:
@@ -8,4 +8,4 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// ParserError 4805: (95-99): Literal expected.
|
||||
// ParserError 3772: (92-99): Hex literals are not valid in this context.
|
||||
|
||||
Reference in New Issue
Block a user