diff --git a/compiler/testData/codegen/box/callableReference/bound/boundJvmFieldInInterfaceCompanion.kt b/compiler/testData/codegen/box/callableReference/bound/boundJvmFieldInInterfaceCompanion.kt index cb901b2c384..f9b7d6f7317 100644 --- a/compiler/testData/codegen/box/callableReference/bound/boundJvmFieldInInterfaceCompanion.kt +++ b/compiler/testData/codegen/box/callableReference/bound/boundJvmFieldInInterfaceCompanion.kt @@ -1,5 +1,7 @@ // !LANGUAGE: +JvmFieldInInterface // TARGET_BACKEND: JVM +// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS_IR // WITH_RUNTIME class Bar(val value: String) diff --git a/compiler/testData/codegen/box/reflection/properties/jvmFieldInInterfaceCompanion.kt b/compiler/testData/codegen/box/reflection/properties/jvmFieldInInterfaceCompanion.kt index 10ff05104b3..f855b2598d1 100644 --- a/compiler/testData/codegen/box/reflection/properties/jvmFieldInInterfaceCompanion.kt +++ b/compiler/testData/codegen/box/reflection/properties/jvmFieldInInterfaceCompanion.kt @@ -1,5 +1,7 @@ // !LANGUAGE: +JvmFieldInInterface // TARGET_BACKEND: JVM +// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS_IR // WITH_RUNTIME // WITH_REFLECT import kotlin.reflect.KProperty1