mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
Class trap labels: include outer type parameters
This commit is contained in:
committed by
Ian Lynagh
parent
94efb427fe
commit
cd07cc448e
@@ -151,7 +151,7 @@ open class KotlinFileExtractor(
|
||||
logger.warn(Severity.ErrorSevere, "Instance without type arguments: " + c.name.asString())
|
||||
}
|
||||
|
||||
val classLabelResults = getClassLabel(c, typeArgs)
|
||||
val classLabelResults = getClassLabel(c, argsIncludingOuterClasses)
|
||||
val id = tw.getLabelFor<DbClassorinterface>(classLabelResults.classLabel)
|
||||
val pkg = c.packageFqName?.asString() ?: ""
|
||||
val cls = classLabelResults.shortName
|
||||
|
||||
Reference in New Issue
Block a user