mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #8756 from ethereum/fixBreaking
Fix pragma requirement.
This commit is contained in:
commit
0eec87bb97
@ -17,7 +17,7 @@ Not all types for constants and immutables are implemented at this time. The onl
|
|||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
pragma solidity >0.6.4 <0.7.0;
|
pragma solidity >0.6.4 <0.8.0;
|
||||||
|
|
||||||
contract C {
|
contract C {
|
||||||
uint constant X = 32**22 + 8;
|
uint constant X = 32**22 + 8;
|
||||||
|
Loading…
Reference in New Issue
Block a user