Files
kotlin/compiler/testData/codegen
Laszlo Hornyak 9dec0fb779 Correct the argument types of the StringBuilder.append
Modified AsmUtil to generate calls to more specific append methods
in the StringBuilder class in order to save computation time and make
less temporary objects.

Also adds unit-test to verify that the append(Object) method was
invoked 0 times while the append(String) 3 times

Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com>
2014-06-02 16:34:44 +04:00
..
2014-06-02 15:21:28 +04:00
2014-05-26 16:49:10 +04:00
2013-02-07 22:42:17 +04:00
2013-01-24 21:12:27 +04:00