mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Allow associating comments with fields
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user