diff --git a/compiler/testData/codegen/bytecodeListing/kt47328.kt b/compiler/testData/codegen/bytecodeListing/kt47328.kt index 7253607c8fc..125dd982750 100644 --- a/compiler/testData/codegen/bytecodeListing/kt47328.kt +++ b/compiler/testData/codegen/bytecodeListing/kt47328.kt @@ -1,3 +1,5 @@ +// This test can be removed as soon as the compiler stops supporting language version 1.5. +// !LANGUAGE: -ProhibitJvmFieldOnOverrideFromInterfaceInPrimaryConstructor // WITH_RUNTIME interface A { val x: Int } diff --git a/compiler/testData/ir/irText/expressions/kt47328.kt b/compiler/testData/ir/irText/expressions/kt47328.kt index f99355d6413..175abeaa4d2 100644 --- a/compiler/testData/ir/irText/expressions/kt47328.kt +++ b/compiler/testData/ir/irText/expressions/kt47328.kt @@ -1,3 +1,5 @@ +// This test can be removed as soon as the compiler stops supporting language version 1.5. +// !LANGUAGE: -ProhibitJvmFieldOnOverrideFromInterfaceInPrimaryConstructor // SKIP_KT_DUMP // SKIP_KLIB_TEST // WITH_RUNTIME