Files
kotlin/compiler/testData/codegen/bytecodeText
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
..
2018-12-28 14:18:39 +03:00
2019-01-19 09:43:43 +01:00
2019-04-08 13:10:22 +02:00
2018-12-28 14:18:39 +03:00
2019-02-19 16:37:47 +01:00
2018-12-28 14:18:39 +03:00