f70ae2df3a
That issue might be fixed via changing TypeVariableMarker.shouldBeFlexible at ConeConstraintSystemUtilContext but this and some other tricks have been added because of incorrect handling of constraints where type variable has a flexible bound ^KT-51168 Fixed
7 lines
396 B
Plaintext
Vendored
7 lines
396 B
Plaintext
Vendored
FILE: weakHashMap.kt
|
|
public final val someMap: R|java/util/WeakHashMap<kotlin/Any?, kotlin/Any?>| = R|java/util/WeakHashMap.WeakHashMap|<R|kotlin/Any?|, R|kotlin/Any?|>()
|
|
public get(): R|java/util/WeakHashMap<kotlin/Any?, kotlin/Any?>|
|
|
public final fun foo(): R|kotlin/Unit| {
|
|
R|/someMap|.R|SubstitutionOverride<java/util/WeakHashMap.get: R|kotlin/Any?|>|(String())
|
|
}
|