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

Do not rename a node if known global name refers to this a symbol of that node #297

Closed
timocov opened this issue Jan 27, 2024 · 0 comments
Closed
Assignees
Labels
Milestone

Comments

@timocov
Copy link
Owner

timocov commented Jan 27, 2024

This test case currently is a touch wrong - it expects interface LibInterface to be renamed to interface LibInterface$1 because "there is a global name LibInterface", but in reality that global name refers to the same object so it shouldn't be renamed.

Expected output should have interface LibInterface without any name change.

@timocov timocov added the Bug label Jan 27, 2024
@timocov timocov added this to the 9.3 milestone Jan 27, 2024
@timocov timocov self-assigned this Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant