FIR LT: support labelled destructured declarations

add missing conversion in the LT to FIR converter
#KT-56759 fixed
This commit is contained in:
Ilya Chernikov
2023-03-07 16:05:47 +01:00
committed by Space Team
parent 7f0a4ad737
commit b3d0a0a1c8
3 changed files with 3 additions and 3 deletions
@@ -1,5 +1,4 @@
// IGNORE_BACKEND_K2_LIGHT_TREE: JVM_IR
// Reason: KT-56759
data class A(val a: Int, val b: Int)
fun box() : String