Don't try to generate optimized "in" for LongRange

#KT-4097 Fixed
This commit is contained in:
Alexander Udalov
2014-01-29 18:47:55 +04:00
parent 9b01f01e17
commit 75ab8ac5ec
5 changed files with 27 additions and 5 deletions
@@ -284,8 +284,7 @@ public class KotlinBuiltIns {
getBuiltInClassByName("ByteRange"),
getBuiltInClassByName("ShortRange"),
getBuiltInClassByName("CharRange"),
getBuiltInClassByName("IntRange"),
getBuiltInClassByName("LongRange")
getBuiltInClassByName("IntRange")
);
}