Merge pull request #13109 from sourabhxyz/develop

Fix commandline tests not detecting a snippet with a broken free function definition
This commit is contained in:
Mathias L. Baumann
2022-06-09 15:31:54 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
-1
View File
@@ -87,7 +87,6 @@ instead of library functions.
}
function contains(Data storage self, uint value)
public
view
returns (bool)
{