Update API dumps
This commit is contained in:
@@ -2943,10 +2943,4 @@ public final annotation class UseExperimental : kotlin.Annotation {
|
||||
public constructor UseExperimental(vararg markerClass: kotlin.reflect.KClass<out kotlin.Annotation>)
|
||||
|
||||
public final val markerClass: kotlin.Array<out kotlin.reflect.KClass<out kotlin.Annotation>> { get; }
|
||||
}
|
||||
|
||||
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Do not use Synchronized annotation in pure Kotlin/JS code")
|
||||
public typealias Synchronized = kotlin.jvm.Synchronized
|
||||
|
||||
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Do not use Volatile annotation in pure Kotlin/JS code")
|
||||
public typealias Volatile = kotlin.jvm.Volatile
|
||||
}
|
||||
Reference in New Issue
Block a user