From 8041692144a7f7bd481a403f77fd98b4e293b27a Mon Sep 17 00:00:00 2001 From: Igor Chevdar Date: Mon, 18 Apr 2022 00:33:52 +0500 Subject: [PATCH] [box-tests] Disabled a test for K/N The test isn't passing when using K/N per-file caches and in order to fix it, some hacks are required, which isn't worth it considering that test contains invalid code. --- compiler/testData/codegen/box/syntheticAccessors/kt49316.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/testData/codegen/box/syntheticAccessors/kt49316.kt b/compiler/testData/codegen/box/syntheticAccessors/kt49316.kt index d713211e725..f07b4c24278 100644 --- a/compiler/testData/codegen/box/syntheticAccessors/kt49316.kt +++ b/compiler/testData/codegen/box/syntheticAccessors/kt49316.kt @@ -1,4 +1,4 @@ -// IGNORE_BACKEND: JS +// IGNORE_BACKEND: JS, NATIVE // java.lang.AssertionError // at org.jetbrains.kotlin.js.translate.context.TranslationContext.getDispatchReceiver(TranslationContext.java:590) // at org.jetbrains.kotlin.js.translate.utils.TranslationUtils.backingFieldReference(TranslationUtils.java:237)