From d0a0739d10ab40980cfb4592dad7756967b106b7 Mon Sep 17 00:00:00 2001 From: "Denis.Zharkov" Date: Tue, 27 Apr 2021 13:27:24 +0300 Subject: [PATCH] FIR: Mute builder-inference related tests They started failing once we began reporting diagnostics from completion ^KT-46421 Relates --- .../builderInference/callableReferencesProperCompletion.kt | 3 ++- .../testData/codegen/box/inference/builderInference/kt41164.kt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/compiler/testData/codegen/box/inference/builderInference/callableReferencesProperCompletion.kt b/compiler/testData/codegen/box/inference/builderInference/callableReferencesProperCompletion.kt index 56334ffec2f..4a5209759e5 100644 --- a/compiler/testData/codegen/box/inference/builderInference/callableReferencesProperCompletion.kt +++ b/compiler/testData/codegen/box/inference/builderInference/callableReferencesProperCompletion.kt @@ -1,5 +1,6 @@ // DONT_TARGET_EXACT_BACKEND: WASM // WITH_RUNTIME +// IGNORE_BACKEND_FIR: JVM_IR fun nonGenericId(x: Any?) = x @@ -69,4 +70,4 @@ fun box(): String { test8() test9() return "OK" -} \ No newline at end of file +} diff --git a/compiler/testData/codegen/box/inference/builderInference/kt41164.kt b/compiler/testData/codegen/box/inference/builderInference/kt41164.kt index 3e25aab88c3..a726b65a6e8 100644 --- a/compiler/testData/codegen/box/inference/builderInference/kt41164.kt +++ b/compiler/testData/codegen/box/inference/builderInference/kt41164.kt @@ -1,5 +1,6 @@ // ISSUE: KT-41164 // WITH_RUNTIME +// IGNORE_BACKEND_FIR: JVM_IR import kotlin.experimental.ExperimentalTypeInference