diff --git a/core/builtins/native/kotlin/Primitives.kt b/core/builtins/native/kotlin/Primitives.kt index f775640081f..7a94b2b7b57 100644 --- a/core/builtins/native/kotlin/Primitives.kt +++ b/core/builtins/native/kotlin/Primitives.kt @@ -100,7 +100,7 @@ public class Byte private () : Number, Comparable { * On the JVM, non-nullable values of this type are represented as values of the primitive type `char`. */ public class Char private () : Comparable { - class object {} + default object {} public fun compareTo(other: Byte): Int public override fun compareTo(other: Char): Int