[FIR] Add workaround for KT-48675
This commit is contained in:
committed by
teamcityserver
parent
5769d42248
commit
d1db9b17e5
@@ -143,6 +143,8 @@ private fun fillAnnotationArgumentMapping(
|
||||
annotationArguments: Collection<JavaAnnotationArgument>,
|
||||
destination: MutableMap<Name, FirExpression>
|
||||
) {
|
||||
if (annotationArguments.isEmpty()) return
|
||||
|
||||
val annotationClassSymbol = session.symbolProvider.getClassLikeSymbolByClassId(lookupTag.classId).also {
|
||||
lookupTag.bindSymbolToLookupTag(session, it)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user