mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Allow Yul literals longer than 32-bytes when used as literal arguments for builtins
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
setimmutable("address", 0x1234567890123456789012345678901234567890)
|
||||
}
|
||||
// ====
|
||||
// dialect: evm
|
||||
// ----
|
||||
Reference in New Issue
Block a user