From b6985bba8a340a853b176866627dd9e9ae245a86 Mon Sep 17 00:00:00 2001 From: Andrey Breslav Date: Fri, 31 Aug 2012 13:05:17 +0400 Subject: [PATCH] Fixing test data according to changes in 0d86dee (Chars only range to other chars) --- compiler/testData/builtin-classes.txt | 6 ------ 1 file changed, 6 deletions(-) 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