Skip to content
New issue

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

unused variable disappear #19357

Closed
listenwhy opened this issue Sep 15, 2023 · 0 comments
Closed

unused variable disappear #19357

listenwhy opened this issue Sep 15, 2023 · 0 comments
Labels
Bug This tag is applied to issues which reports bugs.

Comments

@listenwhy
Copy link

listenwhy commented Sep 15, 2023

Describe the bug

1694767529885

Reproduction Steps

fn main() {
println('hello vlang')
a := 'aa'
}

Expected Behavior

unused variable disappear.
fix it

Current Behavior

1694767529885

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.

@listenwhy listenwhy added the Bug This tag is applied to issues which reports bugs. label Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug This tag is applied to issues which reports bugs.
Projects
None yet
Development

No branches or pull requests

1 participant