[FIR] KT-57175: Expand typealiases in the annotation class checker
^KT-57175 Fixed
This commit is contained in:
committed by
Space Team
parent
5cbe699fc4
commit
f39467b4ba
+1
@@ -72,6 +72,7 @@ object FirAnnotationClassDeclarationChecker : FirRegularClassChecker() {
|
||||
|
||||
val typeRef = parameter.returnTypeRef
|
||||
val coneType = typeRef.coneTypeSafe<ConeLookupTagBasedType>()
|
||||
?.fullyExpandedType(context.session) as? ConeLookupTagBasedType
|
||||
val classId = coneType?.classId
|
||||
|
||||
if (coneType != null) when {
|
||||
|
||||
Reference in New Issue
Block a user