[K/N] Mark WeakReference with ExperimentalNativeApi

As a part of efforts to stabilize Native stdlib #KT-55765.
This commit is contained in:
Abduqodiri Qurbonzoda
2023-04-03 15:48:12 +03:00
committed by Space Team
parent 6f5504e59b
commit 16078ae8e8
6 changed files with 11 additions and 2 deletions
@@ -3,6 +3,8 @@
* that can be found in the LICENSE file.
*/
@file:OptIn(kotlin.experimental.ExperimentalNativeApi::class)
package runtime.memory.cycles1
import kotlin.test.*
@@ -3,6 +3,8 @@
* that can be found in the LICENSE file.
*/
@file:OptIn(kotlin.experimental.ExperimentalNativeApi::class)
package runtime.memory.weak0
import kotlin.test.*
@@ -3,6 +3,8 @@
* that can be found in the LICENSE file.
*/
@file:OptIn(kotlin.experimental.ExperimentalNativeApi::class)
package runtime.memory.weak1
import kotlin.test.*