-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
incorrect UnusedImport warning for var/let/const/type invoked inside a generic #17941
Labels
Comments
5 tasks
timotheecour
added a commit
to timotheecour/Nim
that referenced
this issue
May 5, 2021
… inside a generic
timotheecour
added a commit
to timotheecour/Nim
that referenced
this issue
May 5, 2021
… inside a generic
timotheecour
added a commit
to timotheecour/Nim
that referenced
this issue
May 6, 2021
… inside a generic
timotheecour
added a commit
to timotheecour/Nim
that referenced
this issue
May 8, 2021
… inside a generic
Araq
pushed a commit
that referenced
this issue
May 8, 2021
PMunch
pushed a commit
to PMunch/Nim
that referenced
this issue
Mar 28, 2022
… inside a generic (nim-lang#17942) * fix nim-lang#17941: UnusedImport works for var/let/const/type invoked inside a generic * fixup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example
Current Output
Warning: imported and not used: 'funs'
Expected Output
no warning
Additional Information
The text was updated successfully, but these errors were encountered: