mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Support constant numbers in inline assembly.
This commit is contained in:
@@ -7,4 +7,4 @@ contract test {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// TypeError: (98-99): Constant variables not supported by inline assembly.
|
||||
// TypeError: (98-99): Constant variables cannot be assigned to.
|
||||
|
||||
Reference in New Issue
Block a user