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
fn main() { println('hello vlang') a := 'aa' }
unused variable disappear. fix it
No response
V 0.4.1 d93488b
windows
Important
You can vote for this issue using the 👍 reaction. More votes increase the issue's priority for developers.
Take into account that only the 👍 reaction counts as a vote. Only reactions to the issue itself will be counted as votes, not comments.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Reproduction Steps
fn main() {
println('hello vlang')
a := 'aa'
}
Expected Behavior
unused variable disappear.
fix it
Current Behavior
Possible Solution
No response
Additional Information/Context
No response
V version
V 0.4.1 d93488b
Environment details (OS name and version, etc.)
windows
Important
You can vote for this issue using the 👍 reaction. More votes increase the issue's priority
for developers.
Take into account that only the 👍 reaction counts as a vote.
Only reactions to the issue itself will be counted as votes, not comments.
The text was updated successfully, but these errors were encountered: