Home
last modified time | relevance | path

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

/external/dokka/core/src/main/kotlin/Model/
DDocumentationNode.kt150 (it.links + listOfNotNull(it.externalType)).any { it.isSuperclassFor(this) } in <lambda>()
265 private fun DocumentationNode.isSuperclassFor(node: DocumentationNode): Boolean { in isSuperclassFor() method