Inference: handle Exact constraints with captured types properly
#KT-41818 Fixed
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package
|
||||
|
||||
public val bar: kotlin.String
|
||||
public val m2: kotlin.collections.Map<kotlin.String, *>
|
||||
public fun foo(): kotlin.Unit
|
||||
@kotlin.Suppress(names = {"INVISIBLE_REFERENCE"}) public operator fun </*0*/ V, /*1*/ V1 : V> kotlin.collections.Map<in kotlin.String, V>.getValue(/*0*/ thisRef: kotlin.Any?, /*1*/ property: kotlin.reflect.KProperty<*>): V1
|
||||
|
||||
Reference in New Issue
Block a user