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

Move 'val' -> 'final var' code to patch method #2975

Merged
merged 2 commits into from Sep 27, 2021

Conversation

Rawi01
Copy link
Collaborator

@Rawi01 Rawi01 commented Sep 27, 2021

This PR fixes #2972

The original bug was fixed by generating a SingleTypeReference instead of a QualifiedTypeReference. After that I noticed that the code completion is broken for val. This could be fixed by reusing the original patch code and move the new stuff to the patch part.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Organize imports remove val import
2 participants