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 show open for Java fields #3611

Open
vmishenev opened this issue May 15, 2024 · 0 comments
Open

Do not show open for Java fields #3611

vmishenev opened this issue May 15, 2024 · 0 comments
Labels
bug language: Java Issue/PR related to the Java language feature/analysis/docs

Comments

@vmishenev
Copy link
Member

vmishenev commented May 15, 2024

Dokka renders the field from Java:

int prop = 1;

as
image
It should not have the open modifier since fields can not be overridden in Kotlin.

@vmishenev vmishenev added bug language: Java Issue/PR related to the Java language feature/analysis/docs labels May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug language: Java Issue/PR related to the Java language feature/analysis/docs
Projects
None yet
Development

No branches or pull requests

1 participant