[AA LC] Expand aliases of type arguments during conversion to KtType
^KT-55781
This commit is contained in:
committed by
Space Team
parent
36ae901b19
commit
ed867af01d
+3
@@ -107,6 +107,9 @@ private fun ConeKotlinType.simplifyType(
|
||||
?: currentType
|
||||
|
||||
} while (oldType !== currentType)
|
||||
if (typeArguments.isNotEmpty()) {
|
||||
currentType = currentType.withArguments { it.replaceType(it.type?.simplifyType(session, useSitePosition)) }
|
||||
}
|
||||
return currentType
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user