K2: Adjust test data after PCLA implementation [green-to-red, controversial]

^KT-59791 In Progress
This commit is contained in:
Denis.Zharkov
2023-12-19 18:00:28 +01:00
committed by Space Team
parent f945dce4c8
commit 8459465177
17 changed files with 118 additions and 44 deletions
@@ -1,6 +1,7 @@
// !LANGUAGE: +UnrestrictedBuilderInference
// WITH_STDLIB
// JVM_ABI_K1_K2_DIFF: KT-61909
// ISSUE: KT-61250
// IGNORE_BACKEND_K2: ANY
// FILE: main.kt
import kotlin.experimental.ExperimentalTypeInference
@@ -42,4 +43,4 @@ fun box(): String {
}
return "OK"
}
}
@@ -1,4 +1,7 @@
// WITH_STDLIB
// IGNORE_BACKEND_K2: ANY
// ISSUE: KT-64823 (K2/PCLA difference)
// Also, see testData/diagnostics/testsWithStdLib/coroutines/inference/kt36220.kt
import kotlin.experimental.ExperimentalTypeInference