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
@@ -3226,12 +3226,6 @@ public fun <K, V> kotlin.collections.Map<K, V>.getValue(key: K): V
@kotlin.internal.InlineOnly
public inline operator fun <V, V1 : V> kotlin.collections.Map<in kotlin.String, V>.getValue(thisRef: kotlin.Any?, property: kotlin.reflect.KProperty<*>): V1
@kotlin.Deprecated(level = DeprecationLevel.ERROR, message = "Use getValue() with two type parameters instead")
@kotlin.jvm.JvmName(name = "getVarContravariant")
@kotlin.internal.LowPriorityInOverloadResolution
@kotlin.internal.InlineOnly
public inline fun <V> kotlin.collections.MutableMap<in kotlin.String, in V>.getValue(thisRef: kotlin.Any?, property: kotlin.reflect.KProperty<*>): V
@kotlin.jvm.JvmName(name = "getVar")
@kotlin.internal.InlineOnly
public inline operator fun <V, V1 : V> kotlin.collections.MutableMap<in kotlin.String, out V>.getValue(thisRef: kotlin.Any?, property: kotlin.reflect.KProperty<*>): V1