-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
unused import as _ conflicts with unused function param _ #26219
Copy link
Copy link
Labels
BugThis tag is applied to issues which reports bugs.This tag is applied to issues which reports bugs.Status: ConfirmedThis bug has been confirmed to be valid by a contributor.This bug has been confirmed to be valid by a contributor.Unit: CheckerBugs/feature requests, that are related to the type checker.Bugs/feature requests, that are related to the type checker.
Description
Metadata
Metadata
Assignees
Labels
BugThis tag is applied to issues which reports bugs.This tag is applied to issues which reports bugs.Status: ConfirmedThis bug has been confirmed to be valid by a contributor.This bug has been confirmed to be valid by a contributor.Unit: CheckerBugs/feature requests, that are related to the type checker.Bugs/feature requests, that are related to the type checker.
Type
Fields
Give feedbackNo fields configured for Bug.
Describe the bug
Code: https://play.vlang.io/p/98db9a819d
Reproduction Steps
See included code.
Expected Behavior
Should not conflict. The
_should not correspond to a module name.Current Behavior
Output:
Possible Solution
No response
Additional Information/Context
No response
V version
V 0.4.12 2e983cf
Environment details (OS name and version, etc.)
Note
You can use the 👍 reaction to increase the issue's priority for developers.
Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.