Files
kotlin-fork/compiler/tests/org/jetbrains/kotlin/codegen
Mikaël Peltier 126afbb8ac Avoid to generate unecessary checkcast
StackValue already avoid to generate checkcast from a type or an
 array to java.lang.Object. Add a new case to avoid to generate a
 checkcast from an array to an array of java.lang.Object when arrays
 have the same dimensions.

 #KT-22714 Fixed
2018-02-08 16:38:46 +01:00
..
2018-01-10 11:55:28 +01:00
2017-12-05 18:33:22 +03:00