[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.
|
||||
val compatibilityUpperBound = when {
|
||||
all {
|
||||
it.isPrimitive
|
||||
} -> Compatibility.SOFT_INCOMPATIBLE // TODO: remove after KT-46383 is fixed
|
||||
all {
|
||||
it.isConcreteType()
|
||||
} -> Compatibility.HARD_INCOMPATIBLE
|
||||
|
||||
Reference in New Issue
Block a user