diff --git a/compiler/testData/codegen/box/jvmField/kt47328.kt b/compiler/testData/codegen/box/jvmField/kt47328.kt index 25b83a71b69..69f5df44e0e 100644 --- a/compiler/testData/codegen/box/jvmField/kt47328.kt +++ b/compiler/testData/codegen/box/jvmField/kt47328.kt @@ -1,3 +1,4 @@ +// !LANGUAGE: -ProhibitJvmFieldOnOverrideFromInterfaceInPrimaryConstructor // TARGET_BACKEND: JVM // WITH_RUNTIME diff --git a/compiler/testData/codegen/box/jvmField/kt47328_inherited.kt b/compiler/testData/codegen/box/jvmField/kt47328_inherited.kt index cf451a6c436..aa0dcdb59af 100644 --- a/compiler/testData/codegen/box/jvmField/kt47328_inherited.kt +++ b/compiler/testData/codegen/box/jvmField/kt47328_inherited.kt @@ -1,3 +1,4 @@ +// !LANGUAGE: -ProhibitJvmFieldOnOverrideFromInterfaceInPrimaryConstructor // TARGET_BACKEND: JVM // IGNORE_BACKEND_FIR: JVM_IR // ^ generates 'GETFIELD B.x : I' instead of 'GETFIELD BB.x : I' diff --git a/compiler/testData/codegen/box/jvmField/kt47328_super.kt b/compiler/testData/codegen/box/jvmField/kt47328_super.kt index 1ed2c14f04c..64fc8372d2f 100644 --- a/compiler/testData/codegen/box/jvmField/kt47328_super.kt +++ b/compiler/testData/codegen/box/jvmField/kt47328_super.kt @@ -1,3 +1,4 @@ +// !LANGUAGE: -ProhibitJvmFieldOnOverrideFromInterfaceInPrimaryConstructor // TARGET_BACKEND: JVM // WITH_RUNTIME diff --git a/compiler/testData/codegen/box/jvmField/kt47328_var.kt b/compiler/testData/codegen/box/jvmField/kt47328_var.kt index 078e4b5120b..060363272ce 100644 --- a/compiler/testData/codegen/box/jvmField/kt47328_var.kt +++ b/compiler/testData/codegen/box/jvmField/kt47328_var.kt @@ -1,3 +1,4 @@ +// !LANGUAGE: -ProhibitJvmFieldOnOverrideFromInterfaceInPrimaryConstructor // TARGET_BACKEND: JVM // WITH_RUNTIME