[JVM_IR] Box primitive types in class literals of reified type arguments

Bytecode inliner boxes primitive types in class literals of reified type
arguments. This is by design, and we should backport this behaviour to
IR inliner.

^KT-60144: Fixed
This commit is contained in:
vladislav.grechko
2023-07-20 20:43:52 +02:00
committed by Space Team
parent ade1354a84
commit cfcdc6f0ae
15 changed files with 66 additions and 25 deletions
@@ -1,6 +1,4 @@
// TARGET_BACKEND: JVM
// IGNORE_INLINER: IR
// WITH_STDLIB
inline fun <reified T : Any> check(expected: String) {