Disable IgnoreNullabilityForErasedValueParameters for indefinite time, ^KT-53751 Fixed

This commit is contained in:
Ivan Kochurkin
2022-09-06 19:10:39 +02:00
committed by teamcity
parent a77933ca9a
commit 6c4dafc23c
20 changed files with 191 additions and 177 deletions
@@ -22,7 +22,7 @@ fun foo(x: MutableMap<String, Int>, y: java.util.HashMap<String, Int>, z: java.u
y.remove("", 1)
y.remove("", <!TYPE_MISMATCH!>""<!>)
y.remove("", null)
y.remove("", <!NULL_FOR_NONNULL_TYPE!>null<!>)
z.remove("", 1)
z.remove("", <!TYPE_MISMATCH!>""<!>)