mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Tests, Docs and Changelog
This commit is contained in:
@@ -12,7 +12,7 @@ contract C {
|
||||
}
|
||||
|
||||
function g() public returns (uint256) {
|
||||
d.g.gas(200)();
|
||||
d.g{gas: 200}();
|
||||
return 7;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user