From d0dc292c30e0d523f1eacdac790aae38568eab54 Mon Sep 17 00:00:00 2001 From: Vladimir Sukharev Date: Fri, 23 Jun 2023 13:54:24 +0000 Subject: [PATCH] [Test] Put descriptive comment to kt49316.kt ^KT-59057 Merge-request: KT-MR-10789 Merged-by: Vladimir Sukharev --- compiler/testData/codegen/box/syntheticAccessors/kt49316.kt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compiler/testData/codegen/box/syntheticAccessors/kt49316.kt b/compiler/testData/codegen/box/syntheticAccessors/kt49316.kt index 2e87ebb8967..29d9607b614 100644 --- a/compiler/testData/codegen/box/syntheticAccessors/kt49316.kt +++ b/compiler/testData/codegen/box/syntheticAccessors/kt49316.kt @@ -1,4 +1,6 @@ -// IGNORE_BACKEND: JS, NATIVE +// 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 (reassign of val property). +// IGNORE_BACKEND: NATIVE // IGNORE_BACKEND_K2: ANY // FIR_STATUS: KT-35565 // java.lang.AssertionError