Files
kotlin-fork/compiler/tests/org/jetbrains/kotlin/codegen
Dmitry Petrov b867c46f72 Generate for-in-range loop as counter loop when possible
If an upper bound is a compile-time constant != Int.MAX_VALUE,
we can generate 'for (i in x..N)' as 'for (i in x until N+1)'.
2017-07-27 09:02:26 +03:00
..
2017-04-03 14:26:53 +03:00