Do not store null for temporary in destructuring assignment
#KT-19256 Fixed Target versions 1.1.5
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun test(p: Pair<Int, Int>) {
|
||||
val (x, y) = p
|
||||
}
|
||||
|
||||
// 0 ACONST_NULL
|
||||
Reference in New Issue
Block a user