Test for obsolete KT-7224: Redundant result boxing on ?. call on a primitive
#KT-7224 Obsolete
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
fun box(): String {
|
||||
230?.hashCode()
|
||||
|
||||
return "OK"
|
||||
}
|
||||
|
||||
// 1 INVOKESTATIC java/lang/Integer.valueOf
|
||||
Reference in New Issue
Block a user