Allow Yul literals longer than 32-bytes when used as literal arguments for builtins

This commit is contained in:
Kamil Śliwak
2020-06-24 15:05:38 +02:00
parent 062a999e85
commit 1b09b4f950
12 changed files with 89 additions and 2 deletions
@@ -0,0 +1,7 @@
{
let x := byte(40, "long___value__that___definitely___exceeds___the___thirty___two___byte___limit")
}
// ====
// dialect: evm
// ----
// TypeError 3069: (24-103): String literal too long (77 > 32)