This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
solidity
Watch
16
Star
0
Fork
0
You've already forked solidity
mirror of
https://github.com/ethereum/solidity
synced
2023-10-03 13:03:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
7ef9591e64
solidity
/
test
/
libyul
/
yulSyntaxTests
/
hex_expression.yul
6 lines
105 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add tests showing hex literals are not allowed in Yul
2020-08-12 22:58:21 +00:00
{
pop(hex"2233")
}
// ----
Expose hex literal to the Yul parser This allows nicer error messages.
2020-08-27 14:53:45 +00:00
// ParserError 3772: (10-19): Hex literals are not valid in this context.
Reference in New Issue
Copy Permalink