Closed fcremo closed 1 year ago
Hi, is this code in a public repo or is it private? I don't see a case in the solidity docs that allows this case https://docs.soliditylang.org/en/v0.8.20/types.html
Sorry, took me a while to notice the Github notification. I DMd you the customer for which this was happening, but it should be pretty trivial to recreate the bug by creating a dummy contract with a literal hex""
.
The incriminated code was part of a test so I think solc accepts this syntax.
asi
is crashing when trying to parse literals in the form ofhex""
, in a file withpragma solidity ^0.8.20;
: