dokka
dokka copied to clipboard
[K2] Java nested classed are shown in inheritors
JavaParent.java
public class JavaParent {
public static class NestedJavaParent{}
}
child.kt
class Child: JavaParent()
As a result, on the Child page NestedJavaParent is shown. Not happened in K1
Installation
- Dokka version: 1.9.20
Parent: #3328
It is blocked by https://youtrack.jetbrains.com/issue/KT-64067/Analysis-API-Member-scope-has-an-inherited-nested-class-from-Java (Update: fixed)