mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 00:21:26 +00:00
Do not store null for temporary in destructuring assignment
#KT-19256 Fixed Target versions 1.1.5
This commit is contained in:
5
compiler/testData/codegen/bytecodeText/doNotStoreNullForTmpInDestructuring.kt
vendored
Normal file
5
compiler/testData/codegen/bytecodeText/doNotStoreNullForTmpInDestructuring.kt
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
fun test(p: Pair<Int, Int>) {
|
||||
val (x, y) = p
|
||||
}
|
||||
|
||||
// 0 ACONST_NULL
|
||||
Reference in New Issue
Block a user