We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f11abc0 + b0ee778 commit 64bcdc3Copy full SHA for 64bcdc3
core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/NumberTypeUtils.kt
@@ -248,7 +248,7 @@ internal fun Sequence<Number?>.convertToUnifiedNumberType(
248
249
/** @include [Iterable.convertToUnifiedNumberType] */
250
@Suppress("UNCHECKED_CAST")
251
-@JvmName("convert=SequenceToUnifiedNumberType")
+@JvmName("convertSequenceToUnifiedNumberType")
252
internal fun Sequence<Number>.convertToUnifiedNumberType(
253
options: UnifiedNumberTypeOptions = UnifiedNumberTypeOptions.DEFAULT,
254
commonNumberType: KType? = null,
0 commit comments