Files
kotlin-fork/compiler/testData/codegen/box
Mark Punzalan 1b703448d3 Handle reversed() in ForLoopsLowering.
We get the info for the underlying progression and invert it. For
progressions whose last bound was open (e.g., `until` loop), the
reversed version will have an open first bound and so the induction
variable must be incremented first.

Also unified the way of extracting HeaderInfo out of changed calls
(e.g., `indices.reversed()`), and fixed declaration parents in
ForLoopsLowering.
2019-04-11 08:54:55 +02:00
..
2019-02-25 15:09:26 +03:00
2019-04-08 13:10:22 +02:00
2019-01-31 18:19:41 +03:00
2018-10-15 00:03:45 +03:00
2018-07-10 13:34:19 +03:00
2019-04-08 13:10:22 +02:00
2019-04-08 13:10:22 +02:00
2018-07-10 13:34:19 +03:00
2019-02-15 16:25:16 +03:00
2018-08-09 14:22:50 +03:00
2018-10-22 16:32:55 +02:00
2019-04-08 13:10:22 +02:00
2019-01-24 23:05:56 +03:00
2018-06-14 19:54:30 +03:00
2018-08-02 15:51:16 +02:00
2018-10-22 16:32:55 +02:00
2018-10-10 17:27:37 +03:00
2018-08-15 10:26:28 +03:00
2019-02-19 16:37:47 +01:00