Files
kotlin/compiler/testData/codegen
Dmitry Petrov 8aacddb9f0 Avoid primitive boxing for 'boxed == primitive' if possible
This makes sense for non-floating-point primitive type
(boolean, char, byte, short, int, long):
floating-point types use specialized versions of 'areEqual'.
2017-07-21 08:52:29 +03:00
..
2017-03-20 18:46:01 +01:00
2017-03-21 20:49:36 +03:00