[FIR] Fix projection of Comparable supertype for ILT
#KT-39048 Fixed
This commit is contained in:
@@ -59,7 +59,7 @@ class ConeIntegerLiteralTypeImpl : ConeIntegerLiteralType {
|
||||
override val supertypes: List<ConeClassLikeType> by lazy {
|
||||
listOf(
|
||||
NUMBER_TYPE,
|
||||
ConeClassLikeTypeImpl(COMPARABLE_TAG, arrayOf(ConeKotlinTypeProjectionOut(this)), false)
|
||||
ConeClassLikeTypeImpl(COMPARABLE_TAG, arrayOf(ConeKotlinTypeProjectionIn(this)), false)
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user