Files
kotlin-fork/compiler/testData/codegen
Dmitry Petrov 0ce6bac7eb Generate proper 'compareTo' calls for non-primitive 'a in x .. y'
When we have some custom implementation of Comparable, it's important
that we compare values exactly as 'lowBound <= a && a <= highBound'.

Make sure that evaluation order and compareTo calls match for
optimized and non-optimized case.
2017-07-10 10:51:26 +03:00
..
2017-07-05 11:15:38 +02:00
2017-03-20 18:46:01 +01:00
2017-03-21 20:49:36 +03:00