[FIR] Remove the TODO from ConeTypeCompatibilityChecker
The issue is closed as fixed
This commit is contained in:
committed by
Space Team
parent
0e70e9e8d9
commit
c2c073ab2d
-3
@@ -89,9 +89,6 @@ object ConeTypeCompatibilityChecker {
|
|||||||
|
|
||||||
// Next can simply focus on the type hierarchy and don't need to worry about nullability.
|
// Next can simply focus on the type hierarchy and don't need to worry about nullability.
|
||||||
val compatibilityUpperBound = when {
|
val compatibilityUpperBound = when {
|
||||||
all {
|
|
||||||
it.isPrimitive
|
|
||||||
} -> Compatibility.SOFT_INCOMPATIBLE // TODO: remove after KT-46383 is fixed
|
|
||||||
all {
|
all {
|
||||||
it.isConcreteType()
|
it.isConcreteType()
|
||||||
} -> Compatibility.HARD_INCOMPATIBLE
|
} -> Compatibility.HARD_INCOMPATIBLE
|
||||||
|
|||||||
Reference in New Issue
Block a user