Files
kotlin/compiler/testData/codegen/bytecodeText/doNotStoreNullForTmpInDestructuring.kt
Dmitry Petrov c9ad290ad5 Do not store null for temporary in destructuring assignment
#KT-19256 Fixed Target versions 1.1.5
2017-07-27 09:02:26 +03:00

6 lines
69 B
Kotlin
Vendored

fun test(p: Pair<Int, Int>) {
val (x, y) = p
}
// 0 ACONST_NULL