Tests, Docs and Changelog

This commit is contained in:
hrkrshnn
2020-04-28 16:03:52 +05:30
parent 051eec5c51
commit bd0b06e8db
29 changed files with 51 additions and 110 deletions
@@ -12,7 +12,7 @@ contract C {
}
function g() public returns (uint256) {
d.g.gas(200)();
d.g{gas: 200}();
return 7;
}