diff --git a/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/NumberTypeUtils.kt b/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/NumberTypeUtils.kt index bbbff02b4c..64c9b74106 100644 --- a/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/NumberTypeUtils.kt +++ b/core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/NumberTypeUtils.kt @@ -248,7 +248,7 @@ internal fun Sequence.convertToUnifiedNumberType( /** @include [Iterable.convertToUnifiedNumberType] */ @Suppress("UNCHECKED_CAST") -@JvmName("convert=SequenceToUnifiedNumberType") +@JvmName("convertSequenceToUnifiedNumberType") internal fun Sequence.convertToUnifiedNumberType( options: UnifiedNumberTypeOptions = UnifiedNumberTypeOptions.DEFAULT, commonNumberType: KType? = null,