Skip to content

Incorrect link for inherited java method from collection #2879

@vmishenev

Description

@vmishenev
  • In stdlib AbstractMutableCollection: the functions like spliterator, stream, toArray, toString point anywhere except that AbstractMutableCollection member pages: some point to AbstractMutableSet, some - to LinkedHashSet.

  • Another reproducer (the unit test):

            
            import java.util.AbstractCollection

            abstract class MyCollection<E> : AbstractCollection<E>()

Metadata

Metadata

Assignees

Labels

bugfeedback: Kotlin libsFeedback from Kotlin's internal librariestopic: stdlib migrationAn issue/PR related to the migration of stdlib's API reference to modern Dokka

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions