Test for obsolete KT-7224: Redundant result boxing on ?. call on a primitive

#KT-7224 Obsolete
This commit is contained in:
Michael Bogdanov
2016-01-29 12:13:16 +03:00
parent c9cc9c55cd
commit b9c30c739e
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,7 @@
fun box(): String {
230?.hashCode()
return "OK"
}
// 1 INVOKESTATIC java/lang/Integer.valueOf