From bca6b98ea88403b6261b1deb9f9e6fce7e6ccbce Mon Sep 17 00:00:00 2001 From: Mikhael Bogdanov Date: Wed, 18 Jul 2018 08:40:35 +0200 Subject: [PATCH] Fix test data --- .../bound/boundJvmFieldInInterfaceCompanion.kt | 2 ++ .../box/reflection/properties/jvmFieldInInterfaceCompanion.kt | 2 ++ 2 files changed, 4 insertions(+) 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