Merge pull request #7618 from ethereum/addMoreAbstractKeywordsInTests

Add some more abstract keywords in test to make sure the correct property is tested.
This commit is contained in:
chriseth
2019-11-05 13:38:21 +01:00
committed by GitHub
40 changed files with 120 additions and 174 deletions
+2 -1
View File
@@ -345,7 +345,8 @@ commandline compiler for linking):
::
pragma solidity >=0.5.0 <0.7.0;
// This will not compile with 0.6.0 anymore.
pragma solidity >=0.5.0 <0.5.99;
library OldLibrary {
function someFunction(uint8 a) public returns(bool);