~ remove IGNORE_BACKEND_K2 caused by consistencies checks
diff --git a/compiler/testData/codegen/box/inference/builderInference/partiallyResolvedCallInReturnArgumentNonLast.kt b/compiler/testData/codegen/box/inference/builderInference/partiallyResolvedCallInReturnArgumentNonLast.kt index 676b6d5..001173a 100644 --- a/compiler/testData/codegen/box/inference/builderInference/partiallyResolvedCallInReturnArgumentNonLast.kt +++ b/compiler/testData/codegen/box/inference/builderInference/partiallyResolvedCallInReturnArgumentNonLast.kt
@@ -1,7 +1,5 @@ // WITH_STDLIB // TARGET_BACKEND: JVM -// IGNORE_BACKEND_K2: JVM_IR -// FIR status: KT-58742 class Out<out V>(val v: V) class Box<R> {
diff --git a/compiler/testData/codegen/box/inference/builderInference/partiallyResolvedCallInReturnArgumentNonUnit.kt b/compiler/testData/codegen/box/inference/builderInference/partiallyResolvedCallInReturnArgumentNonUnit.kt index 952269d..10b8b5a 100644 --- a/compiler/testData/codegen/box/inference/builderInference/partiallyResolvedCallInReturnArgumentNonUnit.kt +++ b/compiler/testData/codegen/box/inference/builderInference/partiallyResolvedCallInReturnArgumentNonUnit.kt
@@ -1,7 +1,5 @@ // WITH_STDLIB // TARGET_BACKEND: JVM -// IGNORE_BACKEND_K2: JVM_IR -// FIR status: KT-58741 fun foo() = buildBox {