Allow associating comments with fields

This commit is contained in:
Tamas Vajk
2021-11-17 12:58:50 +01:00
committed by Ian Lynagh
parent 097d87604f
commit 4c5b4b15a9
2 changed files with 2 additions and 0 deletions

View File

@@ -1039,6 +1039,7 @@ open class KotlinFileExtractor(
is IrFunction -> return getFunctionLabel(element)
is IrValueParameter -> return getValueParameterLabel(element)
is IrProperty -> return getPropertyLabel(element)
is IrField -> return getFieldLabel(element)
// Fresh entities:
is IrBody -> return null