Generate method calls for inline classes through IC, not IC$Erased
IC extends IC$Erased, so it should be fine.
This commit is contained in:
+2
-2
@@ -24,7 +24,7 @@ fun test(a: Any, b: Any?) {
|
||||
// 2 INSTANCEOF UInt
|
||||
// 2 CHECKCAST UInt
|
||||
|
||||
// 1 INVOKEVIRTUAL UInt.unbox
|
||||
// 1 INVOKESTATIC UInt\$Erased.member
|
||||
// 1 INVOKEVIRTUAL UInt\.unbox
|
||||
// 1 INVOKESTATIC UInt\.member
|
||||
|
||||
// 0 intValue
|
||||
Reference in New Issue
Block a user