mikehearn
12/02/2016, 11:32 AMInherited 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>>