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
# I'm a comment! # SPDX-License-Identifier: MIT # pragma version 0.4.0 my_favorite_number: uint256
gives this errror
this looks like the Vyper plugin is not parsing the error message correctly.
Also try with:
pragma version 0.4.0 For some reason, it only works with: pragma version ^0.4.0
and
The text was updated successfully, but these errors were encountered:
joeizang
No branches or pull requests
This contract won't compile:
gives this errror
this looks like the Vyper plugin is not parsing the error message correctly.
Also try with:
pragma version 0.4.0
For some reason, it only works with:
pragma version ^0.4.0
and
The text was updated successfully, but these errors were encountered: