Home
last modified time | relevance | path

Searched refs:supertypesWithAnyPrecise (Results 1 – 1 of 1) sorted by relevance

/external/dokka/core/src/main/kotlin/Kotlin/
DDocumentationBuilder.kt659 supertypesWithAnyPrecise().forEach { in ClassDescriptor()
1172 fun ClassDescriptor.supertypesWithAnyPrecise(): Collection<KotlinType> { in ClassDescriptor() method