[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:
committed by
Space Team
parent
ade1354a84
commit
cfcdc6f0ae
@@ -1,6 +1,4 @@
|
||||
// TARGET_BACKEND: JVM
|
||||
// IGNORE_INLINER: IR
|
||||
|
||||
// WITH_STDLIB
|
||||
|
||||
inline fun <reified T : Any> check(expected: String) {
|
||||
|
||||
Reference in New Issue
Block a user