Merge pull request #8756 from ethereum/fixBreaking

Fix pragma requirement.
This commit is contained in:
chriseth 2020-04-23 12:27:57 +02:00 committed by GitHub
commit 0eec87bb97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {
uint constant X = 32**22 + 8;