Files
kotlin-fork/compiler/testData
Mark Punzalan 7680e7fd56 Use while loop for progressions that cannot overflow (instead of
do-while with enclosing "not empty" check).

Also do not add additional "not empty" condition for `until` loops when
the given bound is a constant != MIN_VALUE.
2019-04-04 09:07:19 +02:00
..
2019-03-28 14:26:09 +01:00
2019-03-26 17:17:54 +01:00