Skip to content

[K2] Java nested classed are shown in inheritors #3363

@atyrin

Description

@atyrin

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

Metadata

Metadata

Assignees

Labels

bugtopic: K2Issues / PRs that are related to the K2 migration. See #2888

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions