mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 15:53:55 +00:00
FIR: Create DefinitelyNotNull only for annotated types
This commit is contained in:
@@ -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