From d3b84647227e5a3cdc54001fd52a8315ea674471 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Wed, 11 Mar 2015 15:18:38 +0100 Subject: [PATCH] fix test: regenerate Primitives.kt --- core/builtins/native/kotlin/Primitives.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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