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.
1 parent 64bcdc3 commit e0a25a5Copy full SHA for e0a25a5
core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/NumberTypeUtils.kt
@@ -339,7 +339,7 @@ internal fun Sequence<Number?>.convertToUnifiedNumberType(
339
* @throws IllegalStateException if an element cannot be converted to the common number type.
340
* @see UnifyingNumbers */
341
@Suppress("UNCHECKED_CAST")
342
-@JvmName("convert=SequenceToUnifiedNumberType")
+@JvmName("convertSequenceToUnifiedNumberType")
343
internal fun Sequence<Number>.convertToUnifiedNumberType(
344
options: UnifiedNumberTypeOptions = UnifiedNumberTypeOptions.DEFAULT,
345
commonNumberType: KType? = null,
0 commit comments