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

fix #17941: UnusedImport works for var/let/const/type invoked inside a generic #17942

Merged

Conversation

timotheecour
Copy link
Member

fix #17941

(can add test after #17938 to integrate them with that PR's tests)

@timotheecour timotheecour force-pushed the pr_fix_17941_UnusedImport_generics branch from 833c9e1 to f8aefab Compare May 8, 2021 01:23
@timotheecour timotheecour added the Ready For Review (please take another look): ready for next review round label May 8, 2021
@Araq Araq merged commit 38b41f8 into nim-lang:devel May 8, 2021
@timotheecour timotheecour deleted the pr_fix_17941_UnusedImport_generics branch May 8, 2021 15:53
PMunch pushed a commit to PMunch/Nim that referenced this pull request 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
Labels
Ready For Review (please take another look): ready for next review round
Projects
None yet
Development

Successfully merging this pull request may close these issues.

incorrect UnusedImport warning for var/let/const/type invoked inside a generic
2 participants