JVM_IR: Do not box inline class in methods

This commit is contained in:
Ilmir Usmanov
2020-11-01 20:23:58 +01:00
parent e20093d762
commit 7b315a8b52
7 changed files with 38 additions and 16 deletions
@@ -0,0 +1,5 @@
inline class IC(val value: Int) {
inline fun toLong(): Long = this.value.toLong()
}
// 0 INVOKESTATIC IC\.box-impl