[LL FIR] update destructuringEntryScript testData

To reproduce getOrBuildFir for KtDestructuringDeclarationEntry

^KT-62840
This commit is contained in:
Dmitrii Gridin
2024-02-09 23:16:22 +01:00
committed by Space Team
parent 312feb3dca
commit 8c63e75f06
2 changed files with 7 additions and 9 deletions
@@ -1,4 +1,2 @@
// WITH_STDLIB
fun main() {
val (<expr>a</expr>, b) = 1 to 2
}
val (<expr>a</expr>, b) = 1 to 2