``` Inherited platform declarations clash: The fol...
# announcements
m
Copy code
Inherited platform declarations clash: The following declarations have the same JVM signature (remove(Ljava/lang/Object;Ljava/lang/Object;)Z):
    fun remove(key: Any, value: Any): Boolean
    fun remove(key: Int, value: MutableList<AbstractJDBCHashMap.NotReallyMutableEntry<K, V>>): Boolean
e: /home/lin/git/corda/node/src/main/kotlin/net/corda/node/utilities/JDBCHashMap.kt: (208, 27): Inherited platform declarations clash: The following declarations have the same JVM signature (getOrDefault(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;):
    fun getOrDefault(key: Any!, defaultValue: MutableList<AbstractJDBCHashMap.NotReallyMutableEntry<K, V>>!): MutableList<AbstractJDBCHashMap.NotReallyMutableEntry<K, V>>!
    fun getOrDefault(key: Int, defaultValue: MutableList<AbstractJDBCHashMap.NotReallyMutableEntry<K, V>>): MutableList<AbstractJDBCHashMap.NotReallyMutableEntry<K, V>>