Files
kotlin/compiler/testData/codegen/bytecodeText/forLoop
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-02-01 17:33:49 +03:00