mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-05 08:31:31 +00:00
FIR: resolve conflicts on multiple inheritance of fun with same signature
This commit is contained in:
committed by
Mikhail Glukhikh
parent
84fbf4ec25
commit
6a0e3371ae
@@ -1,6 +1,4 @@
|
||||
public abstract interface SubclassOfMapEntry<K, V> : R|java/util/Map.Entry<K, V>| {
|
||||
public abstract operator fun setValue(value: R|ft<V, V?>|!): R|ft<V, V?>|!
|
||||
|
||||
public abstract operator fun setValue(<anonymous Java parameter>: R|ft<V, V?>|!): R|ft<V, V?>|!
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user