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