fix test: regenerate Primitives.kt

This commit is contained in:
Dmitry Jemerov
2015-03-11 15:18:38 +01:00
parent dc4dfbeec1
commit d3b8464722
+1 -1
View File
@@ -100,7 +100,7 @@ public class Byte private () : Number, Comparable<Byte> {
* On the JVM, non-nullable values of this type are represented as values of the primitive type `char`.
*/
public class Char private () : Comparable<Char> {
class object {}
default object {}
public fun compareTo(other: Byte): Int
public override fun compareTo(other: Char): Int