diff --git a/compiler/testData/codegen/box/fir/syntheticPropertyThroughJava.kt b/compiler/testData/codegen/box/fir/syntheticPropertyThroughJava.kt index 17b129ceb85..4cbb2e4b9e1 100644 --- a/compiler/testData/codegen/box/fir/syntheticPropertyThroughJava.kt +++ b/compiler/testData/codegen/box/fir/syntheticPropertyThroughJava.kt @@ -1,6 +1,7 @@ // TARGET_BACKEND: JVM_IR // ISSUE: KT-59550 - +// IGNORE_BACKEND_K2: ANY +// Ignore reason: KT-62393 and KT-62394 // FILE: Intermediate.java public class Intermediate extends Base { public Intermediate(String foo) { diff --git a/compiler/testData/codegen/box/fir/syntheticPropertyThroughJavaWithSetter.kt b/compiler/testData/codegen/box/fir/syntheticPropertyThroughJavaWithSetter.kt index 4e6e0b0bc0d..00309465f8d 100644 --- a/compiler/testData/codegen/box/fir/syntheticPropertyThroughJavaWithSetter.kt +++ b/compiler/testData/codegen/box/fir/syntheticPropertyThroughJavaWithSetter.kt @@ -1,5 +1,7 @@ // TARGET_BACKEND: JVM_IR // ISSUE: KT-59550 +// IGNORE_BACKEND_K2: ANY +// Ignore reason: KT-62393 and KT-62394 // FILE: Intermediate.java public class Intermediate extends Base {