dokka icon indicating copy to clipboard operation
dokka copied to clipboard

[K2] Java nested classed are shown in inheritors

Open atyrin opened this issue 1 year 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