Kotlin: Extract type alias doc comments

This commit is contained in:
Tamas Vajk
2022-08-22 12:31:13 +02:00
parent 04564b4323
commit 25098ef2d8
4 changed files with 11 additions and 1 deletions

View File

@@ -170,6 +170,7 @@ open class KotlinFileExtractor(
is IrProperty -> return getPropertyLabel(element)
is IrField -> return getFieldLabel(element)
is IrEnumEntry -> return getEnumEntryLabel(element)
is IrTypeAlias -> return getTypeAliasLabel(element)
// Fresh entities:
is IrBody -> return null