diff --git a/compiler/testData/builtin-classes.txt b/compiler/testData/builtin-classes.txt index 2b47d870858..e4a96a01966 100644 --- a/compiler/testData/builtin-classes.txt +++ b/compiler/testData/builtin-classes.txt @@ -176,13 +176,7 @@ public final class jet.Char : jet.Number, jet.Comparable { public final fun plus(/*0*/ other: jet.Int): jet.Int public final fun plus(/*0*/ other: jet.Long): jet.Long public final fun plus(/*0*/ other: jet.Short): jet.Int - public final fun rangeTo(/*0*/ other: jet.Byte): jet.CharRange public final fun rangeTo(/*0*/ other: jet.Char): jet.CharRange - public final fun rangeTo(/*0*/ other: jet.Double): jet.DoubleRange - public final fun rangeTo(/*0*/ other: jet.Float): jet.FloatRange - public final fun rangeTo(/*0*/ other: jet.Int): jet.IntRange - public final fun rangeTo(/*0*/ other: jet.Long): jet.LongRange - public final fun rangeTo(/*0*/ other: jet.Short): jet.ShortRange public final fun times(/*0*/ other: jet.Byte): jet.Int public final fun times(/*0*/ other: jet.Double): jet.Double public final fun times(/*0*/ other: jet.Float): jet.Float