[FIR] Remove the TODO from ConeTypeCompatibilityChecker

The issue is closed as fixed
This commit is contained in:
Nikolay Lunyak
2023-06-27 17:30:14 +03:00
committed by Space Team
parent 0e70e9e8d9
commit c2c073ab2d
@@ -89,9 +89,6 @@ object ConeTypeCompatibilityChecker {
// Next can simply focus on the type hierarchy and don't need to worry about nullability.
val compatibilityUpperBound = when {
all {
it.isPrimitive
} -> Compatibility.SOFT_INCOMPATIBLE // TODO: remove after KT-46383 is fixed
all {
it.isConcreteType()
} -> Compatibility.HARD_INCOMPATIBLE