KT-55268 Make k.c.Volatile stable

This commit is contained in:
Ilya Gorbunov
2023-04-05 14:14:59 +02:00
committed by Space Team
parent 2dbff89098
commit b8da3e69ce
8 changed files with 4 additions and 17 deletions
@@ -1,6 +1,4 @@
// !API_VERSION: 1.9
@Volatile var vol = 1
@OptIn(ExperimentalStdlibApi::class)
@kotlin.concurrent.Volatile var vol2 = 1
@Transient val tra = 1