diff --git a/compiler/fir/fir2ir/src/org/jetbrains/kotlin/fir/backend/Fir2IrTypeConverter.kt b/compiler/fir/fir2ir/src/org/jetbrains/kotlin/fir/backend/Fir2IrTypeConverter.kt index 98d55c395e5..23e84eb20eb 100644 --- a/compiler/fir/fir2ir/src/org/jetbrains/kotlin/fir/backend/Fir2IrTypeConverter.kt +++ b/compiler/fir/fir2ir/src/org/jetbrains/kotlin/fir/backend/Fir2IrTypeConverter.kt @@ -99,7 +99,7 @@ class Fir2IrTypeConverter( intersectedTypes.first().toIrType(typeContext) } is ConeStubType -> createErrorType() - is ConeIntegerLiteralType -> getApproximatedType().toIrType(typeContext) + is ConeIntegerLiteralType -> createErrorType() } }