We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ethereum/solidity#8147
The text was updated successfully, but these errors were encountered:
Hi @ferittuncer, thank you for reporting this.
The minimal example:
contract C { function g() external payable {} function f() public payable { this.g{value: 42, gas: 23}(); } }
This syntax was added with 0.6.2.
I will look to add its support
Sorry, something went wrong.
f9b3af8
Hi @ferittuncer, we have added its support in #424. It is now in master, and will be available on the next pypi release
master
No branches or pull requests
ethereum/solidity#8147
The text was updated successfully, but these errors were encountered: