Chars only range to other chars

This commit is contained in:
Andrey Breslav
2012-08-31 12:32:50 +04:00
parent ce1320bab3
commit 0d86dee776
-6
View File
@@ -377,12 +377,6 @@ public class Char : Number, Comparable<Char> {
public fun mod(other : Byte) : Int
// public fun mod(other : Char) : Int
public fun rangeTo(other : Double) : DoubleRange
public fun rangeTo(other : Float) : FloatRange
public fun rangeTo(other : Long) : LongRange
public fun rangeTo(other : Int) : IntRange
public fun rangeTo(other : Short) : ShortRange
public fun rangeTo(other : Byte) : CharRange
public fun rangeTo(other : Char) : CharRange
public fun inc() : Char