mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Deprecated warning for .value() and .gas() on function and constructror calls
This commit is contained in:
@@ -646,7 +646,7 @@ External (or public) functions have the following members:
|
||||
Example that shows how to use the members::
|
||||
|
||||
pragma solidity >=0.4.16 <0.7.0;
|
||||
|
||||
// This will report a warning
|
||||
|
||||
contract Example {
|
||||
function f() public payable returns (bytes4) {
|
||||
|
||||
Reference in New Issue
Block a user