Files
kotlin-fork/compiler/testData
Alexander Udalov 33d6347876 Fix loop over a range literal up to MAX_VALUE
#KT-492 In Progress

For Byte, Char and Short explicit casting from Int is removed -- loop parameter
is already stored in an Int anyway. For Int and Long comparison "i < end" at
the beginning of the loop is replaced to "i != end" at the end of the loop + a
special check for an empty loop
2013-06-20 16:02:59 +04:00
..
2013-04-22 17:59:32 +04:00
2012-01-20 19:32:12 +04:00
2013-06-17 15:20:41 +04:00
2013-03-27 19:19:55 +04:00
2013-04-29 17:59:51 +04:00
2013-06-17 15:20:42 +04:00