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