You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
anatawa12
changed the title
readonly companion field with @JvmField doesn't in outer class in javadoc even with kotlin-as-java
readonly field in companion object with @JvmField doesn't in outer class in javadoc even with kotlin-as-java
Aug 22, 2021
Describe the bug
A clear and concise description of what the bug is
With this class, the field should exist in
Class
withpublic static final
but exists inClass.Companion
withgetClass()
function.Expected behaviour
A clear and concise description of what you expected to happen
field
should exist inClass
withpublic static final
.Screenshots
If applicable, add screenshots to help explain your problem
To Reproduce
Steps to reproduce the behavior, ideally with an example project
Dokka configuration
Configuration of dokka used to reproduce the bug
Installation
Additional context
Add any other context about the problem here
Are you willing to provide a PR?
Providing a PR can drastically speed up the process of fixing this bug
The text was updated successfully, but these errors were encountered: