dokka icon indicating copy to clipboard operation
dokka copied to clipboard

[K2] Java nested classed are shown in inheritors

Open atyrin opened this issue 2 years ago • 1 comments

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


image

Installation

  • Dokka version: 1.9.20

Parent: #3328

atyrin avatar Nov 22 '23 15:11 atyrin

It is blocked by https://youtrack.jetbrains.com/issue/KT-64067/Analysis-API-Member-scope-has-an-inherited-nested-class-from-Java (Update: fixed)

vmishenev avatar Dec 04 '23 17:12 vmishenev