JVM_IR: Do not box inline class in methods
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
inline class IC(val value: Int) {
|
||||
inline fun toLong(): Long = this.value.toLong()
|
||||
}
|
||||
|
||||
// 0 INVOKESTATIC IC\.box-impl
|
||||
Reference in New Issue
Block a user