From 8bb178e4a7126f71c8635209c5f13b25e6eefbb1 Mon Sep 17 00:00:00 2001 From: Svyatoslav Scherbina Date: Mon, 28 Mar 2022 14:17:21 +0300 Subject: [PATCH] Native: ignore delegatedProperty/provideDelegate/kt39588.kt box test It performs unchecked cast from `String` to `List`, which legitimately fails when global optimizations are enabled. ^KT-48749 Declined --- .../codegen/box/delegatedProperty/provideDelegate/kt39588.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/kt39588.kt b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/kt39588.kt index 7c8a5120575..c15b1535874 100644 --- a/compiler/testData/codegen/box/delegatedProperty/provideDelegate/kt39588.kt +++ b/compiler/testData/codegen/box/delegatedProperty/provideDelegate/kt39588.kt @@ -1,6 +1,8 @@ // IGNORE_BACKEND_FIR: JVM_IR // FIR status: not supported in JVM IR // IGNORE_BACKEND: JVM_IR +// IGNORE_BACKEND: NATIVE +// Native: https://youtrack.jetbrains.com/issue/KT-48749 import kotlin.reflect.KProperty