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
@@ -14,7 +14,5 @@ package kotlin.concurrent
* For example, if the property getter or setter make several operations with the backing field,
* a _property_ operation, i.e. reading or setting it through these accessors, is not guaranteed to be atomic.
*/
@Suppress("NEWER_VERSION_IN_SINCE_KOTLIN")
@SinceKotlin("1.9")
@ExperimentalStdlibApi
public actual typealias Volatile = kotlin.jvm.Volatile