From e7222125026dfaa2407f95ac9215f247d1cd9337 Mon Sep 17 00:00:00 2001 From: Pavel Punegov Date: Wed, 5 Jul 2023 22:11:06 +0200 Subject: [PATCH] [K/N][test] Suppress internal visibility in the test with @Retain --- .../backend.native/tests/filecheck/redundant_safepoints.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/kotlin-native/backend.native/tests/filecheck/redundant_safepoints.kt b/kotlin-native/backend.native/tests/filecheck/redundant_safepoints.kt index 6c7b5469b31..4354a7cc5fa 100644 --- a/kotlin-native/backend.native/tests/filecheck/redundant_safepoints.kt +++ b/kotlin-native/backend.native/tests/filecheck/redundant_safepoints.kt @@ -2,6 +2,7 @@ * Copyright 2010-2022 JetBrains s.r.o. and Kotlin Programming Language contributors. * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file. */ +@file:Suppress("INVISIBLE_REFERENCE", "INVISIBLE_MEMBER") import kotlin.native.Retain class C