Perform bytecode optimisations for inline classes
#KT-23742 Fixed
This commit is contained in:
Vendored
+1
-1
@@ -6,7 +6,7 @@ fun f() {
|
||||
val unull = UInt(1) ?: null
|
||||
}
|
||||
|
||||
// 1 INVOKESTATIC UInt\$Erased.box
|
||||
// 0 INVOKESTATIC UInt\$Erased.box
|
||||
// 0 INVOKEVIRTUAL UInt.unbox
|
||||
|
||||
// 0 valueOf
|
||||
|
||||
Reference in New Issue
Block a user