-
Notifications
You must be signed in to change notification settings - Fork 455
Closed
Labels
bugfeedback: Kotlin libsFeedback from Kotlin's internal librariesFeedback from Kotlin's internal librariestopic: stdlib migrationAn issue/PR related to the migration of stdlib's API reference to modern DokkaAn issue/PR related to the migration of stdlib's API reference to modern Dokka
Description
-
In stdlib AbstractMutableCollection: the functions like
spliterator, stream, toArray, toString
point anywhere except thatAbstractMutableCollection
member pages: some point toAbstractMutableSet
, some - toLinkedHashSet
. -
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 librariesFeedback from Kotlin's internal librariestopic: stdlib migrationAn issue/PR related to the migration of stdlib's API reference to modern DokkaAn issue/PR related to the migration of stdlib's API reference to modern Dokka