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

The name of imported Definitions is resolved incorrectly in aliased unqualified imports #6

Closed
Tracked by #1
maurobalbi opened this issue Nov 18, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@maurobalbi
Copy link
Owner

maurobalbi commented Nov 18, 2023

import module.{Constructor as AliasConstructor}

type Constructor

the Imported Constructor resolves to the local constructor.

@maurobalbi maurobalbi mentioned this issue Nov 18, 2023
Closed
14 tasks
@maurobalbi maurobalbi added the bug Something isn't working label Nov 18, 2023
@maurobalbi maurobalbi changed the title The name of imported Definitions is resolved incorrectly in as unqualified imports The name of imported Definitions is resolved incorrectly in aliased unqualified imports Nov 27, 2023
@maurobalbi
Copy link
Owner Author

Fixed in 4bdbca5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant