FIR: Create DefinitelyNotNull only for annotated types

This commit is contained in:
Denis Zharkov
2019-12-09 16:39:44 +03:00
parent 56cae75404
commit e89c777fc6
11 changed files with 72 additions and 15 deletions
@@ -1,4 +1,4 @@
public abstract interface SubclassOfMapEntry<K, V> : R|kotlin/collections/MutableMap.MutableEntry<K, V>| {
public abstract operator fun setValue(value: R|V!|): R|V!|
public abstract operator fun setValue(value: R|V|): R|V|
}