Fix pragma requirement.

This commit is contained in:
chriseth 2020-04-23 11:52:01 +02:00
parent 6728e3ef94
commit abee23251b

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