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

KTIJ-29850: Do not suggest privatizing functions referenced by callable references #2761

Closed
wants to merge 1 commit into from

Conversation

freya022
Copy link
Contributor

Fixes https://youtrack.jetbrains.com/issue/KTIJ-29850

Callable references are considered as usages outside of the class, as calling them reflectively causes an IllegalAccessException

…le references

As making those private will cause reflection exceptions
@cdracm
Copy link
Contributor

cdracm commented May 22, 2024

thanks, pushed

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