bd66b96f8a
In some cases we transform flexible type into non-flexible during enhancement, but don't add `@EnhancedNullability` attribute to them, which breaks consistency with K1 on IR level This commit fixes it ^KT-65302
7 lines
417 B
Plaintext
Vendored
7 lines
417 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|@EnhancedNullability kotlin/Any?|>|(String())
|
|
}
|