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
@@ -24,8 +24,6 @@ import kotlin.internal.RequireKotlinVersionKind
@Retention(AnnotationRetention.SOURCE)
@MustBeDocumented
@OptionalExpectation
@Suppress("NEWER_VERSION_IN_SINCE_KOTLIN")
@SinceKotlin("1.9")
@RequireKotlin(version = "1.8.20", versionKind = RequireKotlinVersionKind.COMPILER_VERSION)
@ExperimentalStdlibApi
public expect annotation class Volatile()
@@ -7,8 +7,6 @@
package kotlin.enums
import kotlin.jvm.Volatile
/**
* A specialized immutable implementation of [List] interface that
* contains all enum entries of the specified enum type [E].