From c090ae96ab61f45ff120cfd4e738b5b0074067df Mon Sep 17 00:00:00 2001 From: Dmitrii Gridin Date: Tue, 5 Mar 2024 16:53:55 +0100 Subject: [PATCH] [LL FIR] update attached issue ^KT-66352 --- .../tests/script/destructuringDeclarationsScript.fir.kts | 2 +- .../tests/script/destructuringDeclarationsScript.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/testData/diagnostics/tests/script/destructuringDeclarationsScript.fir.kts b/compiler/testData/diagnostics/tests/script/destructuringDeclarationsScript.fir.kts index 29213acd864..cc146604b70 100644 --- a/compiler/testData/diagnostics/tests/script/destructuringDeclarationsScript.fir.kts +++ b/compiler/testData/diagnostics/tests/script/destructuringDeclarationsScript.fir.kts @@ -1,7 +1,7 @@ // !WITH_NEW_INFERENCE // MUTE_LL_FIR // DUMP_CFG: LEVELS -// KT-62840 +// KT-66352 val (a1, a2) = A() val (b1: Int, b2: Int) = A() val (c1) = unresolved diff --git a/compiler/testData/diagnostics/tests/script/destructuringDeclarationsScript.kts b/compiler/testData/diagnostics/tests/script/destructuringDeclarationsScript.kts index 108637682d7..56b9481148b 100644 --- a/compiler/testData/diagnostics/tests/script/destructuringDeclarationsScript.kts +++ b/compiler/testData/diagnostics/tests/script/destructuringDeclarationsScript.kts @@ -1,7 +1,7 @@ // !WITH_NEW_INFERENCE // MUTE_LL_FIR // DUMP_CFG: LEVELS -// KT-62840 +// KT-66352 val (a1, a2) = A() val (b1: Int, b2: Int) = A() val (c1) = unresolved