FIR: Create DefinitelyNotNull only for annotated types
This commit is contained in:
+1
-1
@@ -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|
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user