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,4 @@
contract C {
uint immutable long___name___that___definitely___exceeds___the___thirty___two___byte___limit = 0;
}
// ----