FE: perform IOT approximation after resolution & inference
#KT-54917 Fixed
This commit is contained in:
committed by
Space Team
parent
7884d9a61e
commit
fa6b1e24f9
+1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user