'box'/'unbox' methods are called by inline class
This commit is contained in:
+2
-2
@@ -22,9 +22,9 @@ fun transformToNullableTarget(a: AsInt): AsInt? = a as AsInt? // box
|
||||
fun transformNullableToNullableTarget(a: AsInt?): AsInt? = a as AsInt?
|
||||
|
||||
// @ReferenceKt.class:
|
||||
// 2 INVOKESTATIC AsAny\$Erased.box
|
||||
// 2 INVOKESTATIC AsAny\.box
|
||||
// 1 INVOKEVIRTUAL AsAny.unbox
|
||||
|
||||
// @PrimitiveKt.class:
|
||||
// 2 INVOKESTATIC AsInt\$Erased.box
|
||||
// 2 INVOKESTATIC AsInt\.box
|
||||
// 1 INVOKEVIRTUAL AsInt.unbox
|
||||
|
||||
Reference in New Issue
Block a user