[FIR] Make toAnnotationLookupTag() return null for generic annotations
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ internal fun StringBuilder.renderAnnotations(
|
||||
}
|
||||
|
||||
private fun FirAnnotationCall.isParameterName(): Boolean {
|
||||
return toAnnotationClassId().asSingleFqName() == StandardNames.FqNames.parameterName
|
||||
return toAnnotationClassId()?.asSingleFqName() == StandardNames.FqNames.parameterName
|
||||
}
|
||||
|
||||
private fun renderAnnotation(annotation: FirAnnotationCall, coneTypeIdeRenderer: ConeTypeIdeRenderer, session: FirSession): String {
|
||||
|
||||
Reference in New Issue
Block a user