Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e0a25a5

Browse files
committedMay 20, 2025·
Automated commit of generated code
1 parent 64bcdc3 commit e0a25a5

File tree

1 file changed

+1
-1
lines changed
  • core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl

1 file changed

+1
-1
lines changed
 

‎core/generated-sources/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/NumberTypeUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ internal fun Sequence<Number?>.convertToUnifiedNumberType(
339339
* @throws IllegalStateException if an element cannot be converted to the common number type.
340340
* @see UnifyingNumbers */
341341
@Suppress("UNCHECKED_CAST")
342-
@JvmName("convert=SequenceToUnifiedNumberType")
342+
@JvmName("convertSequenceToUnifiedNumberType")
343343
internal fun Sequence<Number>.convertToUnifiedNumberType(
344344
options: UnifiedNumberTypeOptions = UnifiedNumberTypeOptions.DEFAULT,
345345
commonNumberType: KType? = null,

0 commit comments

Comments
 (0)
Please sign in to comment.