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
Two new ast nodes were added:
New AST Node IdentifierPath replacing in many places the UserDefinedTypeName. New AST Node UncheckedBlock used for unchecked { ... }.
We need to add their support.
See: https://blog.soliditylang.org/2020/12/16/solidity-v0.8.0-release-announcement/
Related: #794
The text was updated successfully, but these errors were encountered:
See 0.8.2 changes: https://blog.soliditylang.org/2021/03/02/solidity-0.8.2-release-announcement/
In particular, there is now Custom Natspec
Sorry, something went wrong.
No branches or pull requests
Two new ast nodes were added:
We need to add their support.
See: https://blog.soliditylang.org/2020/12/16/solidity-v0.8.0-release-announcement/
Related: #794
The text was updated successfully, but these errors were encountered: