FE: perform IOT approximation after resolution & inference

#KT-54917 Fixed
This commit is contained in:
Mikhail Glukhikh
2023-06-20 15:43:46 +02:00
committed by Space Team
parent 7884d9a61e
commit fa6b1e24f9
4 changed files with 4 additions and 11 deletions
@@ -105,6 +105,7 @@ open class TypeApproximatorConfiguration {
object FinalApproximationAfterResolutionAndInference :
AbstractCapturedTypesApproximation(CaptureStatus.FROM_EXPRESSION) {
override val integerLiteralConstantType: Boolean get() = true
override val integerConstantOperatorType: Boolean get() = true
override val intersectionTypesInContravariantPositions: Boolean get() = true
override val convertToNonRawVersionAfterApproximationInK2: Boolean get() = true