[K/N][test] Suppress internal visibility in the test with @Retain

This commit is contained in:
Pavel Punegov
2023-07-05 22:11:06 +02:00
committed by Space Team
parent 15b070b494
commit e722212502
@@ -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