From b442e598d3835216648af160f34bb2e0fa739213 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Wed, 21 Jul 2021 20:14:19 +0200 Subject: [PATCH] Fix test data of codegen tests for KT-47328 for 1.6 --- compiler/testData/codegen/bytecodeListing/kt47328.kt | 2 ++ compiler/testData/ir/irText/expressions/kt47328.kt | 2 ++ 2 files changed, 4 insertions(+) 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