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