Update API dumps

This commit is contained in:
Ilya Gorbunov
2020-06-19 06:49:43 +03:00
parent 6c8ff25e5d
commit 9d111b9451
15 changed files with 56 additions and 130 deletions
+1 -7
View File
@@ -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
}